Skip to content

🔍 WIP R wrapper to the Clearbit API (unlikely to expand w/o folks filing issues)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hrbrmstr/clearbit

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Signed by Signed commit % R-CMD-check Linux build Status
Minimal R Version 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.

About

🔍 WIP R wrapper to the Clearbit API (unlikely to expand w/o folks filing issues)

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages