Skip to contents

This code was adapted from tidycensus::census_api_key. Note that this saves your credentials in your .Renviron, meaning that anyone who is using your computer can theoretically access what your MATOS username and password are. So... use this carefully!

Usage

set_matos_credentials(overwrite = FALSE)

Arguments

overwrite

Logical. Overwrite previously-stored MATOS credentials?

Examples

if (FALSE) {
set_matos_credentials()
}
# Yup, that's it!