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.4 KiB

Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. Signedby Signed commit% R-CMD-check Linux buildStatus
Minimal RVersion License

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 value
  • domain_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.