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

Issue with get_nCov2019 #65

Open
Alison-Lukan opened this issue Mar 21, 2020 · 2 comments
Open

Issue with get_nCov2019 #65

Alison-Lukan opened this issue Mar 21, 2020 · 2 comments

Comments

@Alison-Lukan
Copy link

Alison-Lukan commented Mar 21, 2020

I am getting the following error: Error in rbind(deparse.level, ...) :
numbers of columns of arguments do not match

Based on the below code

[install.packages("janitor")

library(tidyverse)
library(janitor)
library(remotes)

'Install data
remotes::install_github("GuangchuangYu/nCov2019", force = TRUE)

'get latest date - NOTE default language is Chinese so use LANG var
library(nCov2019)
x <- get_nCov2019(lang='en')]

@timze216
Copy link
Collaborator

Tencent have changed its data structure, resulting in this accident.
It is fixed after the update.

@Alison-Lukan
Copy link
Author

Thank you very much, I will watch for it!

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

2 participants