You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working through Chapter 3 of the R Basics section in the epirhandbook_eng repository. I came across an issue in the following code snippet:
Code snippet
This command uses the package "rio" and its function "import()" to import a dataset
linelist <- rio::import("linelist.xlsx", which = "Sheet1")
The code attempts to import a dataset named "linelist.xlsx" using the rio package. However, I couldn't find this dataset in the data folder of the repository
There seem to be two possible solutions:
Update the script: If the "linelist.xlsx" dataset is no longer used, removing the code snippet or updating it to reference a different available dataset would be helpful.
Add the dataset: If the "linelist.xlsx" dataset is still required, please add it to the data folder.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm working through Chapter 3 of the R Basics section in the epirhandbook_eng repository. I came across an issue in the following code snippet:
Code snippet
This command uses the package "rio" and its function "import()" to import a dataset
linelist <- rio::import("linelist.xlsx", which = "Sheet1")
The code attempts to import a dataset named "linelist.xlsx" using the rio package. However, I couldn't find this dataset in the data folder of the repository
There seem to be two possible solutions:
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered: