Learn R Programming

geogenr (version 2.0.1)

get_too_heavy_file_names: Get too heavy file names

Description

Gets the names of the files that are too heavy to be download with the available function. We have downloaded them directly with the web browser.

Usage

get_too_heavy_file_names(ac)

# S3 method for acs_5yr get_too_heavy_file_names(ac)

Value

A vector, too heavy file names.

Arguments

ac

An acs_5yr object.

See Also

Other data download functions: acs_5yr(), download_selected_files(), get_area_file_names(), get_area_groups(), get_area_years(), get_areas(), get_selected_file_names(), select_area_files(), unzip_files()

Examples

Run this code

dir <- system.file("extdata/acs_5yr", package = "geogenr")
ac <- acs_5yr(dir)

groups <- ac |>
  get_too_heavy_file_names()

Run the code above in your browser using DataLab