peep function

Peek at a query

Peek at a query

peep(.data)

Arguments

  • .data: (list) input, using higher level interface

Examples

## 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)
  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2016-01-03