write_fns_dmt_tb: Write functions documentation tibble

write_fns_dmt_tbR Documentation

Write functions documentation tibble

Description

write_fns_dmt_tb() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write functions documentation tibble. The function is called for its side effects and does not return a value.

Usage

write_fns_dmt_tb(
  pkg_setup_ls,
  gh_prerelease_1L_lgl = T,
  gh_repo_desc_1L_chr = "Supplementary Files",
  gh_tag_1L_chr = "Documentation_0.0"
)

Arguments

pkg_setup_ls

Package setup (a list)

gh_prerelease_1L_lgl

Github prerelease (a logical vector of length one), Default: T

gh_repo_desc_1L_chr

Github repository description (a character vector of length one), Default: 'Supplementary Files'

gh_tag_1L_chr

Github tag (a character vector of length one), Default: 'Documentation_0.0'

Value

No return value, called for side effects.


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