Returns information about the datasets in this package for covid19R harvesting

get_info_covid19mobility()

Value

a tibble of information about the datasets in this package

Examples

# \donttest{ # get the dataset info from this package get_info_covid19mobility()
#> # A tibble: 6 x 10 #> data_set_name package_name function_to_get… data_details data_url license_url #> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 covid19mobil… covid19mobi… refresh_covid19… Data reflec… https:/… https://ww… #> 2 covid19mobil… covid19mobi… refresh_covid19… Data reflec… https:/… https://ww… #> 3 covid19mobil… covid19mobi… refresh_covid19… Data reflec… https:/… https://ww… #> 4 covid19mobil… covid19mobi… refresh_covid19… Changes for… https:/… https://ww… #> 5 covid19mobil… covid19mobi… refresh_covid19… Changes for… https:/… https://ww… #> 6 covid19mobil… covid19mobi… refresh_covid19… Changes for… https:/… https://ww… #> # … with 4 more variables: data_types <chr>, location_types <chr>, #> # spatial_extent <chr>, has_geospatial_info <lgl>
# }