mountainMath/cansim

Deprecated `as.tibble()`

Closed this issue · 1 comments

yields <- get_cansim_vector(vectors = c("v39051","v39055"), start_time = "1080-01-01")
`as.tibble()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.