knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Travis build status

gkg

Call the Google Knowledge Graph API

Installation

You can install the package from Github with:

# install.packages("remotes")
remotes::install_github("JohnCoene/gkg")

Example

Only contains a single function: gkg, see man for details. You will need credentials, which you can get for free, see the prerequisites. By default, gkg looks for the api key as GKG_API_KEY environment variable.

gkg("R Programming", languages = "en", types = "Person")


JohnCoene/gkg documentation built on Oct. 30, 2019, 7:56 p.m.