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
get_sites() is supposed to be able to take a vector of geopolitical unit names (e.g., c("California", "Mexico") but it currently fails when that is the input. Instead, you have to say paste(c("California","Mexico",) collapse=",")