Get README from GitHub
Examples
# \donttest{
github_readme("scienceverse/papercheck")
#> [1] "# papercheck\n\n<!-- badges: start -->\n[](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n\n[](https://app.codecov.io/gh/scienceverse/papercheck)\n<!-- badges: end -->\n\nThe goal of papercheck is to automatically check scientific papers for best practices. You can find out more at <https://scienceverse.github.io/papercheck/>.\n\n## Installation\n\nYou can install the development version of papercheck from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"scienceverse/papercheck\")\n```\n"
# }