https://github.com/hrbrmstr/clearbit
🔍 WIP R wrapper to the Clearbit API (unlikely to expand w/o folks filing issues)
https://github.com/hrbrmstr/clearbit
clearbit clearbit-api r rstats
Last synced: 5 days ago
JSON representation
🔍 WIP R wrapper to the Clearbit API (unlikely to expand w/o folks filing issues)
- Host: GitHub
- URL: https://github.com/hrbrmstr/clearbit
- Owner: hrbrmstr
- License: other
- Created: 2021-07-12T14:23:25.000Z (almost 5 years ago)
- Default Branch: batman
- Last Pushed: 2021-07-12T14:24:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T14:19:19.268Z (over 1 year ago)
- Topics: clearbit, clearbit-api, r, rstats
- Language: R
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
hrbrpkghelpr::global_opts()
```
```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges()
```
```{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```
## What's Inside The Tin
The following functions are implemented:
```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::describe_ingredients()
```
## Installation
```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::install_block()
```
## Usage
```{r lib-ex}
library(clearbit)
# current version
packageVersion("clearbit")
```
## clearbit Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```
## Code of Conduct
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.