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
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')]
The text was updated successfully, but these errors were encountered:
Tencent have changed its data structure, resulting in this accident. It is fixed after the update.
Sorry, something went wrong.
Thank you very much, I will watch for it!
No branches or pull requests
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')]
The text was updated successfully, but these errors were encountered: