write_fns_to_split_dests | R Documentation |
write_fns_to_split_dests() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write functions to split destinations. The function is called for its side effects and does not return a value.
write_fns_to_split_dests(
pkg_depcy_ls,
pkg_1_core_fns_chr,
fns_dmt_tb,
original_pkg_nm_1L_chr = get_dev_pkg_nm(),
pkg_1_nm_1L_chr = "package_1",
pkg_2_nm_1L_chr = "package_2",
tmp_dir_path_1L_chr = "data-raw/pkg_migration",
path_to_fns_dir_1L_chr = "data-raw/fns"
)
pkg_depcy_ls |
Package dependency (a list) |
pkg_1_core_fns_chr |
Package 1 core functions (a character vector) |
fns_dmt_tb |
Functions documentation (a tibble) |
original_pkg_nm_1L_chr |
Original package name (a character vector of length one), Default: get_dev_pkg_nm() |
pkg_1_nm_1L_chr |
Package 1 name (a character vector of length one), Default: 'package_1' |
pkg_2_nm_1L_chr |
Package 2 name (a character vector of length one), Default: 'package_2' |
tmp_dir_path_1L_chr |
Temporary directory path (a character vector of length one), Default: 'data-raw/pkg_migration' |
path_to_fns_dir_1L_chr |
Path to functions directory (a character vector of length one), Default: 'data-raw/fns' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.