Learn R Programming

ipumsr (version 0.6.3)

get_recent_extracts_info_list: Get information on recent extracts

Description

[Deprecated]

Functionality for accessing recent extract information has been moved to get_extract_history(). Please use that function instead.

Additionally, support for tabular extract history has been deprecated. To identify past extracts that meet certain criteria, iterate through the list provided by get_extract_history().

Usage

get_recent_extracts_info_list(
  collection = NULL,
  how_many = 10,
  api_key = Sys.getenv("IPUMS_API_KEY")
)

get_recent_extracts_info_tbl( collection = NULL, how_many = 10, api_key = Sys.getenv("IPUMS_API_KEY") )

Arguments