Get EJSCREEN results directly from EJSCREEN servers via their API
Source:R/ejscreenit_for_ejam.R
ejscreenit_for_ejam.RdA wrapper for EJAM to use ejscreenit()
Usage
ejscreenit_for_ejam(
sitepoints,
radius = 3,
fips = NULL,
shapefile = NULL,
namestr = "",
nosave = TRUE,
nosee = TRUE,
fillmissingcolumns = FALSE,
...
)Arguments
- sitepoints
table with lat and lon columns
- radius
in miles
- fips
fips code (or possibly a vector of fips codes)
- shapefile
not implemented
- namestr
optional text
- nosave
passed to
ejscreenit()- nosee
passed to
ejscreenit()- fillmissingcolumns
passed to
ejscreenapi2ejam_format()- ...
other parameters passed to
ejscreenit()
See also
ejscreen_vs_ejam() ejscreenapi2ejam_format() which it uses.