You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
R | 2 years ago | |
inst/tinytest | 2 years ago | |
man | 2 years ago | |
tests | 2 years ago | |
.Rbuildignore | 2 years ago | |
.codecov.yml | 2 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
CONDUCT.md | 2 years ago | |
DESCRIPTION | 2 years ago | |
LICENSE | 2 years ago | |
LICENSE.md | 2 years ago | |
NAMESPACE | 2 years ago | |
NEWS.md | 2 years ago | |
README.Rmd | 2 years ago | |
README.md | 2 years ago | |
appveyor.yml | 2 years ago | |
clearbit.Rproj | 2 years ago |
README.md
clearbit
Tools to Query Clearbit
Description
Clearbit provides an interface to perform queries on organizations and people.
What’s Inside The Tin
The following functions are implemented:
clearbit_api_key
: Get or set CLEARBIT_API_KEY valuedomain_to_org
: The Company Name to Domain API lets you convert the exact name of a company to a website domain, and a logo.name_to_domain
: The Company Name to Domain API lets you convert the exact name of a company to a website domain, and a logo.
Installation
remotes::install_git("https://git.rud.is/hrbrmstr/clearbit.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/clearbit")
NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.
Usage
library(clearbit)
# current version
packageVersion("clearbit")
## [1] '0.1.0'
clearbit Metrics
Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) |
---|---|---|---|---|---|---|---|---|
R | 3 | 0.3 | 82 | 0.37 | 35 | 0.34 | 36 | 0.27 |
YAML | 1 | 0.1 | 22 | 0.10 | 2 | 0.02 | 2 | 0.02 |
Rmd | 1 | 0.1 | 8 | 0.04 | 15 | 0.14 | 28 | 0.21 |
SUM | 5 | 0.5 | 112 | 0.50 | 52 | 0.50 | 66 | 0.50 |
clock Package Metrics for clearbit
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.