Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Jan 5, 2025
1 parent 9805980 commit bb0971b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ knitr::opts_chunk$set(

readMDTable helps convert raw markdown tables from a string, file, or URL to tibbles.

Many sites (like GitHub) convert markdown tables into HTML tables, making both available. See the vignette [Benchmarking Against rvest](https://jrdnbradford.github.io/readMDTable/articles/rvest-benchmarks.html) to help determine if you should use readMDTable or rvest.
Many sites (like GitHub) convert markdown tables into HTML tables, making both available. See the vignette [Benchmarking Against rvest](https://jrdnbradford.github.io/readMDTable/articles/rvest-benchmarks.html) to help determine if you should use readMDTable or [rvest](https://rvest.tidyverse.org/).

## Installation

Install the latest CRAN release with:
Install the latest [CRAN](https://CRAN.R-project.org/package=readMDTable) release with:
```{r cran-install, eval=FALSE}
install.packages("readMDTable")
```

Install the development version from GitHub using pak:
Install the development version from [GitHub](https://github.com/jrdnbradford/readMDTable) using [pak](https://github.com/r-lib/pak):
```{r pak-install, eval=FALSE}
# install.packages("pak")
pak::pkg_install("jrdnbradford/readMDTable")
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,21 @@ URL to tibbles.
Many sites (like GitHub) convert markdown tables into HTML tables,
making both available. See the vignette [Benchmarking Against
rvest](https://jrdnbradford.github.io/readMDTable/articles/rvest-benchmarks.html)
to help determine if you should use readMDTable or rvest.
to help determine if you should use readMDTable or
[rvest](https://rvest.tidyverse.org/).

## Installation

Install the latest CRAN release with:
Install the latest
[CRAN](https://CRAN.R-project.org/package=readMDTable) release with:

``` r
install.packages("readMDTable")
```

Install the development version from GitHub using pak:
Install the development version from
[GitHub](https://github.com/jrdnbradford/readMDTable) using
[pak](https://github.com/r-lib/pak):

``` r
# install.packages("pak")
Expand Down

0 comments on commit bb0971b

Please sign in to comment.