This function allows you to do something.

This function allows you to do something.

censusFunction1(year = TRUE)

censusFunction1(year = TRUE)

Arguments

year
The year which you will perform the function on.
year
The year that data will be returned for.

Examples

censusFunction1()
#> NULL
censusFunction1(1976)
#> NULL
censusFunction1(1977)
#> NULL
censusFunction1(1978)
#> NULL
censusFunction2()
#> Error in eval(expr, envir, enclos): could not find function "censusFunction2"