utility to create text for use in report about residents within X miles of Y
Source:R/community_report_helper_funs.R
report_residents_within_xyz_from_ejamit.Rdutility to create text for use in report about residents within X miles of Y
Usage
report_residents_within_xyz_from_ejamit(
ejamitout,
sitenumber = NULL,
site_method = NULL,
...
)Arguments
- ejamitout
list that is output of
ejamit()- sitenumber
optional, which site number to report on for a 1-site report instead of the overall summary of all sites
- site_method
detailed sitetype info used in server, like if it was latlon chosen via MACT, NAICS, or SIC, etc.
- ...
See
report_residents_within_xyz()for details of optional parameters that can be specified – they get passed from here to that function. For example, if it is a 1-site report as via sitenumber=2, and you set ejam_uniq_id = "Jones Mill Site" it will use that in the header instead of using "ejam_uniq_id 2" (but ejam_uniq_id is ignored for a multisite summary report).