get_selected_file_names {geogenr} | R Documentation |
Get selected file names
Description
Gets the names of the files selected to be downloaded.
Usage
get_selected_file_names(ac)
## S3 method for class 'acs_5yr'
get_selected_file_names(ac)
Arguments
ac |
An |
Value
A vector, file names.
See Also
Other data download functions:
acs_5yr()
,
download_selected_files()
,
get_area_file_names()
,
get_area_groups()
,
get_area_years()
,
get_areas()
,
get_too_heavy_file_names()
,
select_area_files()
,
unzip_files()
Examples
dir <- system.file("extdata/acs_5yr", package = "geogenr")
ac <- acs_5yr(dir)
groups <- ac |>
get_selected_file_names()
[Package geogenr version 2.0.1 Index]