Skip to content

Commit

Permalink
change http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Degoot-AM committed Aug 1, 2024
1 parent bdc1d1f commit e9587f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions episodes/clean-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ datatype.
:::::::::::::::::::::::::




A `linelist` object resembles a data frame but offers richer features
and functionalities. Packages that are linelist-aware can leverage these
features. For example, you can extract a dataframe of only the tagged columns
Expand Down
4 changes: 2 additions & 2 deletions episodes/read-cases.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This help us remember package functions and avoid namespace conflicts.

## Reading from files

Several packages are available for importing outbreak data stored in individual files into `R`. These include [rio](http://gesistsa.github.io/rio/), [readr](https://readr.tidyverse.org/) from the `tidyverse`, [io](https://bitbucket.org/djhshih/io/src/master/), [ImportExport](https://cran.r-project.org/web/packages/ImportExport/index.html), and [data.table](https://rdatatable.gitlab.io/data.table/). Together, these packages offer methods to read single or multiple files in a wide range of formats.
Several packages are available for importing outbreak data stored in individual files into `R`. These include [rio](https://gesistsa.github.io/rio/), [readr](https://readr.tidyverse.org/) from the `tidyverse`, [io](https://bitbucket.org/djhshih/io/src/master/), [ImportExport](https://cran.r-project.org/web/packages/ImportExport/index.html), and [data.table](https://rdatatable.gitlab.io/data.table/). Together, these packages offer methods to read single or multiple files in a wide range of formats.

The below example shows how to import a `csv` file into `R` environment using `{rio}` package.

Expand Down Expand Up @@ -91,7 +91,7 @@ Can you read data from a compressed file in `R`? Download this [zip file](https:

::::::::::::::::: hint

You can check the [full list of supported file formats](http://gesistsa.github.io/rio/#supported-file-formats)
You can check the [full list of supported file formats](https://gesistsa.github.io/rio/#supported-file-formats)
in the `{rio}` package on the package website. To expand {rio} to the full range of support for import and export formats run:


Expand Down

0 comments on commit e9587f0

Please sign in to comment.