Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apd-crime-data.R expects excel, but APD seems to have switched to csv. #2

Open
rfgordonjr opened this issue Sep 12, 2021 · 0 comments

Comments

@rfgordonjr
Copy link

get_crime_zipfile expects excel files.

Fix by replacing

print(excel_sheets(fpath))
read_excel(fpath, sheet = "Query")

with

read.csv(fpath, stringsAsFactors = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant