setCombineType {nlmixr2lib} | R Documentation |
Change the default combine type for the package
Description
Change the default combine type for the package
Usage
setCombineType(combineType = c("snake", "camel", "dot", "blank"))
Arguments
combineType |
this is the default combine type:
- |
Author(s)
Matthew L. Fidler
Examples
# 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
[Package nlmixr2lib version 0.3.0 Index]