Versions Compared

Key

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

...

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
languager
ds.[name of function] <- function()
{
}

...