define_extract-micro    Define an extract request for an IPUMS
                        microdata collection
define_extract_nhgis    Define an IPUMS NHGIS extract request
download_extract        Download a completed IPUMS data extract
get_extract_history     Browse definitions of previously submitted
                        extract requests
get_extract_info        Retrieve the definition and latest status of an
                        extract request
get_metadata_nhgis      List available data sources from IPUMS NHGIS
ipums_bind_rows         Bind multiple data frames by row, preserving
                        labelled attributes
ipums_collect           Collect data into R session with IPUMS
                        attributes
ipums_data_collections
                        List IPUMS data collections
ipums_example           Get path to IPUMS example datasets
ipums_extract-class     'ipums_extract' class
ipums_file_info         Get file information for an IPUMS extract
ipums_list_files        List files contained within a zipped IPUMS
                        extract
ipums_shape_join        Join tabular data to geographic boundaries
ipums_var_info          Get contextual information about variables in
                        an IPUMS data source
ipums_view              View a static webpage with variable metadata
                        from an IPUMS extract
ipums_website           Launch a browser window to an IPUMS metadata
                        page
lbl                     Make a label placeholder object
lbl_add                 Add labels for unlabelled values
lbl_clean               Clean unused labels
lbl_define              Define labels for an unlabelled vector
lbl_na_if               Convert labelled data values to NA
lbl_relabel             Modify value labels for a labelled vector
read_ipums_ddi          Read metadata about an IPUMS microdata extract
                        from a DDI codebook (.xml) file
read_ipums_micro        Read data from an IPUMS microdata extract
read_ipums_micro_chunked
                        Read data from an IPUMS microdata extract by
                        chunk
read_ipums_micro_yield
                        Read data from an IPUMS microdata extract in
                        yields
read_ipums_sf           Read spatial data from an IPUMS extract
read_nhgis              Read tabular data from an NHGIS extract
read_nhgis_codebook     Read metadata from an NHGIS codebook (.txt)
                        file
save_extract_as_json    Store an extract definition in JSON format
set_ipums_api_key       Set your IPUMS API key
set_ipums_default_collection
                        Set your default IPUMS collection
set_ipums_var_attributes
                        Add IPUMS variable attributes to a data frame
submit_extract          Submit an extract request via the IPUMS API
wait_for_extract        Wait for an extract request to finish
                        processing
zap_ipums_attributes    Remove label attributes from a data frame or
                        labelled vector
