Learn R Programming

ready4 (version 0.1.18)

get_methods_tb: Get a table of methods associated with ready4 model modules

Description

get_methods_tb() ingests 'methods_tb.RDS' (a table of methods associated with ready4 model modules) from a specified GitHub repository release.

Usage

get_methods_tb(
  gh_repo_1L_chr = "ready4-dev/ready4",
  gh_tag_1L_chr = "Documentation_0.0"
)

Value

Methods (a tibble)

Arguments

gh_repo_1L_chr

Github repository (a character vector of length one), Default: 'ready4-dev/ready4'

gh_tag_1L_chr

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

Examples

Run this code
get_methods_tb("ready4-dev/ready4")

Run the code above in your browser using DataLab