Copies the golem_utils_ui.R to the R folder.
Copies the golem_utils_server.R to the R folder.
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())
Path to the root of the package. Default is get_golem_wd()
.
should the module be created with tests?
Used for side-effects.