subset_den.Rd
is a function for subset de dengue dataset
subset_den(x = NULL, path = NULL, edo, mun, loc, sinave_new, age_group, name)
is the 2008-2015 dengue dataset. Is NULL for 2016-2019 dengue dataset.
is the path of the 2016-2019 dengue dataset. Is NULL for 2008-2015 dengue dataset.
is a string for define the state in uppercase.
is a string for define the municipality in uppercase.
is a string for define the locality in uppercase.
is logical value. If is TRUE the subset ir for 2016-2019 dengue dataset, else the subset ir for 2008-2015 dengue dataset.
is a logical value. If is TRUE the subset for age group (<= 12 & >= 65), else all age group.
is the name the csv output
a object names x and a csv file in working dircetory.