get_cls_extensions() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get class extensions. The function returns Class extensions (a tibble).
get_cls_extensions(
pkg_extensions_tb,
gh_repo_1L_chr = "ready4-dev/ready4",
gh_tag_1L_chr = "Documentation_0.0",
url_stub_1L_chr = "https://ready4-dev.github.io/",
validate_1L_lgl = FALSE
)
Class extensions (a tibble)
Package extensions (a tibble)
Github repository (a character vector of length one), Default: 'ready4-dev/ready4'
Github tag (a character vector of length one), Default: 'Documentation_0.0'
Url stub (a character vector of length one), Default: 'https://ready4-dev.github.io/'
Validate (a logical vector of length one), Default: FALSE