Skip to contents

Gets the names of the files selected to be downloaded.

Usage

get_selected_file_names(ac)

# S3 method for acs_5yr
get_selected_file_names(ac)

Arguments

ac

An acs_5yr object.

Value

A vector, file names.

Examples


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

groups <- ac |>
  get_selected_file_names()