-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
47 lines (34 loc) · 1.47 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tinyscholar
<!-- badges: start -->
[![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)
<!-- badges: end -->
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.