A tibble containing sample IDs and
descriptions for the indicated collection.
Arguments
collection
Character string of the IPUMS collection for which to
retrieve sample IDs. Defaults to the current default collection,
if it exists. See set_ipums_default_collection().
For a list of codes used to refer to each collection, see
ipums_data_collections().
delay
Number of seconds to delay between
successive API requests, if multiple requests are needed to retrieve all
records.
A delay is highly unlikely to be necessary and is intended only as a
fallback in the event that you cannot retrieve all sample IDs without
exceeding the API rate limit.
api_key
API key associated with your user account. Defaults to the
value of the IPUMS_API_KEY environment variable. See
set_ipums_api_key().
See Also
define_extract_micro() to create an IPUMS microdata
extract definition.