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()
.
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")
)