Skip to content

ropensci/ghql

Folders and files

NameName
Last commit message
Last commit date
Jan 3, 2023
Mar 31, 2022
Oct 7, 2016
Mar 31, 2022
Mar 31, 2022
Feb 21, 2022
Jan 25, 2021
Sep 15, 2016
Jan 3, 2023
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Feb 19, 2020
Feb 19, 2020
Jan 3, 2023
Jan 3, 2023
Jan 3, 2023
Feb 19, 2020

Repository files navigation

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.