ropensci / ghql

GraphQL R client

Home Page:https://docs.ropensci.org/ghql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghql

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check codecov.io rstudio mirror downloads cran version

ghql - a GraphQL client for R

GraphQL - https://graphql.org

Examples of GraphQL APIs:

Other GraphQL R packages:

  • graphql - GraphQL query parser
  • gqlr - GraphQL server and query methods

Install

CRAN version

install.packages("ghql")

Development version

remotes::install_github("ropensci/ghql")
library("ghql")
library("jsonlite")
library("dplyr")

Package Documentation

https://docs.ropensci.org/ghql/

Meta

  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

GraphQL R client

https://docs.ropensci.org/ghql

License:Other


Languages

Language:R 95.7%Language:Makefile 2.4%Language:JavaScript 1.9%