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,
...,
sitenumber_label = 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).- sitenumber_label
optional, display-only override (a number or short text) of the site identifier shown in a 1-site report header, in place of the
sitenumberrow index. Useful when one site from a larger analysis has been re-analyzed alone – e.g., the EJAM API per-site report links made byurl_ejamapi()re-analyze a single site that was row N of the original multisite results, so its row index here (1) is not the site number the user expects to see. A number N is shown as "Site N"; text is shown as-is. Ignored for a multisite/overall summary report.