get_recent_extracts_info_list: Get information on recent extracts

View source: R/deprec-extract-info.R

get_recent_extracts_info_listR Documentation

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

ipumsr documentation built on Oct. 20, 2023, 5:10 p.m.