Skip to contents

This function returns the URL, sqlite database file, and cache names to be used for downloading the database to your machine.

Usage

get_db_path()

Value

list

Examples

get_db_path()
#> $url
#> [1] "https://tlab-kidsides.s3.amazonaws.com/data/effect_peds_19q2_v0.3_20211119.sqlite.gz"
#> 
#> $sqlite_gz_file
#> [1] "effect_peds_19q2_v0.3_20211119.sqlite.gz"
#> 
#> $sqlite_file
#> [1] "effect_peds_19q2_v0.3_20211119.sqlite"
#> 
#> $cache
#> [1] "/home/runner/.cache/R"
#> 
#> $kidsides_cache
#> [1] "/home/runner/.cache/R/kidsides"
#> 
#> $dest_gzfile
#> [1] "/home/runner/.cache/R/kidsides/effect_peds_19q2_v0.3_20211119.sqlite.gz"
#> 
#> $dest_file
#> [1] "/home/runner/.cache/R/kidsides/effect_peds_19q2_v0.3_20211119.sqlite"
#>