gopher: Fetch a resource using the gopher protocol

Description Usage Arguments Examples

Description

Fetch a resource using the gopher protocol

Usage

1
gopher(url, path = NULL, query = NULL, verbose = FALSE)

Arguments

url

gopher url (with or without the gopher:// prefix)

path

optional selector path; this can be part of the url vs a separate parameter but this helps avoid having to sprintf() or paste0() values in client code.

query

character string containing the search terms/phrase to pass to a gopher search engine (i.e. a 'veronica' endpoint).

verbose

if TRUE debugging output will be shown; Default: FALSE

Examples

1
2
3
4
gopher("gopher://gopher.floodgap.com:70/")
gopher("gopher://gopher.floodgap.com/")
gopher("gopher.floodgap.com/") %>%
  g_content()

hrbrmstr/varmint documentation built on May 7, 2019, 9:36 a.m.