Question: I am trying to access a specific ACS table, S2401 to get income information.
Please see error below when running the query.
> library(choroplethr)
> get_acs_data("S2401", "zip")
Error in seq.default(1, length(names), 2) : wrong sign in 'by' argument
Is it possible this table is simply not yet available via the API?
Thank you.
Bryan