Skip to contents

Returns a summary of which data sources have been downloaded to the raw data folder. Useful for checking data status before running compute-heavy functions.

Usage

pg_data_availability()

Value

A data.frame with columns source_name, source_version, n_files, n_present, n_partial, and all_present, or NULL if the raw data folder is not set. n_partial counts files whose download was interrupted and can be resumed by re-running download_pg_rawdata().

Examples

if (FALSE) { # \dontrun{
pg_data_availability()
} # }