...
Each client-side function name starts with the three characters “ds.” before a function name. For example ds.assign or ds.mean. This naming convention differentiates the DataSHIELD functions with the R functions and other packages.
Code Block | ||
---|---|---|
| ||
ds.[name of function] <- function() { } |
...