View source: R/defaultCombine.R
setCombineType | R Documentation |
Change the default combine type for the package
setCombineType(combineType = c("snake", "camel", "dot", "blank"))
combineType |
this is the default combine type:
- |
Matthew L. Fidler
# Change to the popular snake_case
setCombineType("snake")
defaultCombine("a", "b")
# Change back to nlmixr2/rxode2 default camelCase
setCombineType("camel")
defaultCombine("a", "b")
# This is used to change the naming convention for parameters
# produced by this package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.