Search your github stars in R
stellar
can be installed directly from GitHub via any of the following methods
# install.packages("devtools")
devtools::install_packages("ropenscilabs/stellar")
or
# install.packages("remotes")
remotes::install_packages("ropenscilabs/stellar")
The only thing you need is a Personal Access Token from github. If you don't know how:
GITHUB_GRAPHQL_TOKEN
with Sys.setenv("GITHUB_GRAPHQL_TOKEN" = <your token>)
. This can either be
done within a single session, or automatically for all sessions by pasting
this command within your ~/.Rprofile
file. (Simply create this file if it
doesn't already exist.)Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.