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

read_stats19_ac results in NA Time field #270

Closed
Robinlovelace opened this issue Sep 17, 2018 · 0 comments
Closed

read_stats19_ac results in NA Time field #270

Robinlovelace opened this issue Sep 17, 2018 · 0 comments

Comments

@Robinlovelace
Copy link
Member

dl_stats19() # download and extract stats19 road traffic casualty data

ac <- read_stats19_ac()
ca <- read_stats19_ca()
ve <- read_stats19_ve()

library(dplyr)
purrr::map(ac, class)
summary(ac$Time)
##     Min.   1st Qu.    Median      Mean   3rd Qu.      Max.      NA's 
##       NA        NA        NA        NA        NA        NA "1640597" 
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