Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Tip

See: Current release /wiki/spaces/DSDEV/pages/12943456 for a list of all package manuals (pdf format) containing a list of all functions in our current DataSHIELD release.

Once you have loaded the DataSHIELD packages, you can find a list of all functions within a DataSHIELD package using the ls command in R/RStudio.

Code Block

>ls("package:name")

The output below is for the dsBasClient dsBaseClient but can be substituted for any DataSHIELD package:

Code Block
xml
xml

> ls("package:dsBaseClient")
 [1] "ds.asCharacter"    "ds.asFactor"       "ds.asList"        
 [4] "ds.asMatrix"       "ds.asNumeric"      "ds.assign"        
 [7] "ds.c"              "ds.cbind"          "ds.changeRefGroup"
[10] "ds.class"          "ds.colnames"       "ds.dataframe"     
[13] "ds.dim"            "ds.exists"         "ds.exp"          

[16] "ds.isNA"           "ds.isValid"        "ds.length"       

[19] "ds.levels"         "ds.list"           "ds.log"          

[22] "ds.mean"           "ds.meanByClass"    "ds.names"        

[25] "ds.quantileMean"   "ds.recodeLevels"   "ds.rowColCalc"   

[28] "ds.subclass"       "ds.subset"         "ds.summary"       
[31] "ds.table1D"        "ds.table2D"        "ds.vectorCalc"