An open API service indexing awesome lists of open source software.

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

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

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/tinyscholar)](https://CRAN.R-project.org/package=tinyscholar)
[![](http://cranlogs.r-pkg.org/badges/grand-total/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")
```
## Usage

Read 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.