get_methods_tb() ingests 'methods_tb.RDS' (a table of methods associated with ready4 model modules) from a specified GitHub repository release.
Examples
get_methods_tb("ready4-dev/ready4")
#> A character string is being returned. If this is not what you expected, it is likely to be the error message produced when the requested online resource has not been found. Set the not_chr_1L_lgl argument to TRUE to force a NULL return value when an internet resource is not found.
#> # A tibble: 34 × 3
#> Method Purpose Examples
#> <chr> <chr> <list>
#> 1 author Author and save files <chr>
#> 2 authorClasses Author and document classes <chr>
#> 3 authorData Author and document datasets <chr>
#> 4 authorFunctions Author and document functions <chr>
#> 5 authorReport Author and save a report <chr>
#> 6 authorSlot Apply the author method to a model module slot <chr>
#> 7 characterize Characterize model module data by generating (tabu… <chr>
#> 8 characterizeSlot Apply the characterize method to a model module sl… <chr>
#> 9 depict Depict (plot) features of model module data <chr>
#> 10 depictSlot Apply the depict method to a model module slot <chr>
#> # ℹ 24 more rows