write_to_add_urls_to_dss | R Documentation |
write_to_add_urls_to_dss() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to add urls to datasets. The function returns Package datasets (a tibble).
write_to_add_urls_to_dss(
ds_url_1L_chr,
abbreviations_lup,
pkg_dss_tb,
pkg_nm_1L_chr = ready4fun::get_dev_pkg_nm(),
object_type_lup
)
ds_url_1L_chr |
Dataset url (a character vector of length one) |
abbreviations_lup |
Abbreviations (a lookup table) |
pkg_dss_tb |
Package datasets (a tibble) |
pkg_nm_1L_chr |
Package name (a character vector of length one), Default: ready4fun::get_dev_pkg_nm() |
object_type_lup |
Object type (a lookup table) |
Package datasets (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.