get_datasets_tb: Get datasets tibble
Description
get_datasets_tb() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get datasets tibble. The function returns Datasets (a tibble).
Usage
get_datasets_tb(
gh_repo_1L_chr = "ready4-dev/ready4",
gh_tag_1L_chr = "Documentation_0.0",
rds_fl_name_1L_chr = "datasets_tb"
)
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'
- rds_fl_name_1L_chr
Rds file name (a character vector of length one), Default: 'datasets_tb'
Examples
Run this codeget_datasets_tb("ready4-dev/ready4")
Run the code above in your browser using DataLab