Learn R Programming

request (version 0.1.0)

peep: Peek at a query

Description

Peek at a query

Usage

peep(.data)

Arguments

.data
(list) input, using higher level interface

Examples

Run this code
## Not run: 
# api('https://api.github.com/') %>% peep
# api('https://api.github.com/') %>%
#   api_path(repos, ropensci, rgbif, issues) %>%
#   peep
# 
# repo_info <- list(username = 'craigcitro', repo = 'r-travis')
# api('https://api.github.com/') %>%
#   api_template(template = 'repos/{{username}}/{{repo}}/issues', data = repo_info) %>%
#   peep
# 
# api("http://api.plos.org/search") %>%
#   api_query(q = ecology, wt = json, fl = id, fl = journal) %>%
#   peep
# ## End(Not run)

Run the code above in your browser using DataLab