We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As that's what it means in all cases.
The text was updated successfully, but these errors were encountered:
Another example of this:
v = stats19::get_stats19(year = 2019, type = "vehicles") #> Files identified: DfTRoadSafety_Vehicles_2019.zip #> http://data.dft.gov.uk.s3.amazonaws.com/road-accidents-safety-data/DfTRoadSafety_Vehicles_2019.zip #> Data already exists in data_dir, not downloading #> Data saved at ~/stats19-data/DfTRoadSafety_Vehicles_2019/Road Safety Data- Vehicles 2019.csv summary(v$age_of_vehicle == -1) #> Mode FALSE TRUE #> logical 154626 61755 skimr::skim(v$age_of_vehicle)
Data summary
Variable type: numeric
v$age_of_vehicle[v$age_of_vehicle == -1] = NA skimr::skim(v$age_of_vehicle)
Created on 2020-10-28 by the reprex package (v0.3.0)
Sorry, something went wrong.
No branches or pull requests
As that's what it means in all cases.
The text was updated successfully, but these errors were encountered: