write_to_add_urls_to_dss: Write to add urls to datasets

write_to_add_urls_to_dssR Documentation

Write to add urls to datasets

Description

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).

Usage

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
)

Arguments

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)

Value

Package datasets (a tibble)


ready4-dev/ready4pack documentation built on April 22, 2024, 8:37 a.m.