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

Missing dataset in Chapter 3: R Basics #417

Open
banakani opened this issue Jan 2, 2025 · 0 comments
Open

Missing dataset in Chapter 3: R Basics #417

banakani opened this issue Jan 2, 2025 · 0 comments

Comments

@banakani
Copy link

banakani commented Jan 2, 2025

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:

  1. 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.
  2. 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.

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