economic_census {mrgdp} | R Documentation |
Download Economic Census Data Tables from INEGI
Description
This function download a file as a dataframe. It's a table from economic census data from INEGI page
Usage
economic_census(year = NA, state = NA)
Arguments
year |
Year of selection |
state |
Federal entitie of selection |
Value
A data frame of complete Mexican economic census
Author(s)
Marco Antonio Perez-Mendez
Examples
economic_census(year=2019, state="ags")
[Package mrgdp version 0.3.2 Index]