my_extract <- define_extract_usa("Example", "us2013a", "YEAR")
if (FALSE) {
submitted_extract <- submit_extract(my_extract)
# Get info by supplying an ipums_extract object:
get_extract_info(submitted_extract)
# Get info by supplying the data collection and extract number, as a string:
get_extract_info("usa:1")
# Note that there is no space before or after the colon, and no zero-padding
# of the extract number.
# Get info by supplying the data collection and extract number, as a vector:
get_extract_info(c("usa", "1"))
}
Run the code above in your browser using DataLab