Skip to content

Commit

Permalink
Resolves #483
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Jan 12, 2024
1 parent e5695a2 commit 7b030b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/Data_Input/lab/Data_Input_Lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ download.file(
)
```

Note: the "wb" option makes sure the file can be read correctly on Windows machines.

### 2.4

Use the `read_excel()` function in the `readxl` package to read the `asthma.xlsx` file and call the output `asthma`.
Expand Down
2 changes: 2 additions & 0 deletions modules/Data_Input/lab/Data_Input_Lab_Key.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ download.file(
)
```

Note: the "wb" option makes sure the file can be read correctly on Windows machines.

### 2.4

Use the `read_excel()` function in the `readxl` package to read the `asthma.xlsx` file and call the output `asthma`.
Expand Down

0 comments on commit 7b030b5

Please sign in to comment.