Skip to contents

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)

Arguments

ac

An acs_5yr object.

Value

A vector, too heavy file names.

Examples


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

groups <- ac |>
  get_too_heavy_file_names()