https://github.com/shixiangwang/tinyscholar
A Tiny R Package to Get and Show Google Scholar Profile
https://github.com/shixiangwang/tinyscholar
google-scholar r-package
Last synced: 6 months ago
JSON representation
A Tiny R Package to Get and Show Google Scholar Profile
- Host: GitHub
- URL: https://github.com/shixiangwang/tinyscholar
- Owner: ShixiangWang
- License: other
- Created: 2020-08-15T04:50:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T01:47:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T21:23:37.406Z (9 months ago)
- Topics: google-scholar, r-package
- Language: R
- Homepage: https://shixiangwang.github.io/tinyscholar/
- Size: 1.34 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# tinyscholar
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://CRAN.R-project.org/package=tinyscholar)
[](https://cran.r-project.org/package=tinyscholar)The goal of tinyscholar is to provide a simple way to get and show Google scholar profile.
## Installation
You can install the released version of tinyscholar from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("tinyscholar")
```And the development version from [GitHub](https://github.com/) or Gitee with:
``` r
# install.packages("devtools")
devtools::install_github("ShixiangWang/tinyscholar")
# devtools::install_git("https://gitee.com/ShixiangWang/tinyscholar")
```
## UsageRead the [online vignette](https://shixiangwang.github.io/tinyscholar/articles/tinyscholar.html).
## Similar R package
R package [scholar](https://cran.r-project.org/package=scholar) is a more comprehensive package to get and visualize the Google scholar profile. However, tinyscholar is lightweight and not limited in China.