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.
boB Rudis 61f2257205
REAMDE
3 years ago
.github/workflows R package repo initialization complete 3 years ago
R initial commit 3 years ago
inst/tinytest R package repo initialization complete 3 years ago
man initial commit 3 years ago
tests R package repo initialization complete 3 years ago
.Rbuildignore R package repo initialization complete 3 years ago
.codecov.yml R package repo initialization complete 3 years ago
.gitignore R package repo initialization complete 3 years ago
.travis.yml R package repo initialization complete 3 years ago
CONDUCT.md R package repo initialization complete 3 years ago
DESCRIPTION initial commit 3 years ago
LICENSE initial commit 3 years ago
LICENSE.md initial commit 3 years ago
NAMESPACE initial commit 3 years ago
NEWS.md R package repo initialization complete 3 years ago
README.Rmd R package repo initialization complete 3 years ago
README.md REAMDE 3 years ago
appveyor.yml R package repo initialization complete 3 years ago
clearbit.Rproj R package repo initialization complete 3 years ago

README.md

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.