You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Nice work with the update.
The states argument of choroplethr_acs (and choroplethr)
is defined as "A vector of states to render. Defaults to state.abb"
This implies more than one state
But although either
choroplethr_acs(tableId="B19301", lod="county", states="CA")
or
choroplethr_acs(tableId="B19301", lod="county", states=c("OR"))
work fine
choroplethr_acs(tableId="B19301", lod="county", states=c("CA,OR"))
causes the Error: states %in% state.abb is not TRUE
The text was updated successfully, but these errors were encountered:
Hi
Nice work with the update.
The states argument of choroplethr_acs (and choroplethr)
is defined as "A vector of states to render. Defaults to state.abb"
This implies more than one state
But although either
choroplethr_acs(tableId="B19301", lod="county", states="CA")
or
choroplethr_acs(tableId="B19301", lod="county", states=c("OR"))
work fine
choroplethr_acs(tableId="B19301", lod="county", states=c("CA,OR"))
causes the Error: states %in% state.abb is not TRUE
The text was updated successfully, but these errors were encountered: