- use_utils_ui
Copies the golem_utils_ui.R to the R folder.
- use_utils_server
Copies the golem_utils_server.R to the R folder.
Usage
use_utils_ui(pkg = get_golem_wd(), with_test = FALSE)
use_utils_test_ui(pkg = get_golem_wd())
use_utils_server(pkg = get_golem_wd(), with_test = FALSE)
use_utils_test_ui(pkg = get_golem_wd())
use_utils_test_server(pkg = get_golem_wd())
Arguments
- pkg
Path to the root of the package. Default is
get_golem_wd()
.- with_test
should the module be created with tests?