get_recent_extracts_info_list {ipumsr}R Documentation

Get information on recent extracts

Description

[Deprecated]

These functions are now defunct. Use get_extract_history() to obtain extract history as a list.

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

[Package ipumsr version 0.8.1 Index]