| use_utils_ui | R Documentation |
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())
pkg |
Path to the root of the package. Default is |
with_test |
should the module be created with tests? |
Used for side-effects.