Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

See: Current release 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.

>ls("package:name")

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

> 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"    
  • No labels