https://github.com/jonthegeek/rli
Access the LinkedIn API
https://github.com/jonthegeek/rli
Last synced: 4 months ago
JSON representation
Access the LinkedIn API
- Host: GitHub
- URL: https://github.com/jonthegeek/rli
- Owner: jonthegeek
- License: other
- Created: 2023-07-11T20:38:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T21:47:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T11:16:07.389Z (6 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/rli/
- Size: 337 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/rli - Access the LinkedIn API (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# rli
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=rli)
[](https://app.codecov.io/gh/jonthegeek/rli?branch=main)
[](https://github.com/jonthegeek/rli/actions/workflows/R-CMD-check.yaml)A consistent interface to the LinkedIn API.
## Installation
You can install the development version of rli from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/rli")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the rli project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/rli/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.