Learn R Programming

hereR (version 0.9.1)

hereR-defunct: Defunct functions in package hereR.

Description

The functions listed below are defunct. When possible, alternative functions with similar functionality are also mentioned. Help pages for defunct functions are available at help("-defunct").

Usage

traffic(
  aoi,
  product = "flow",
  from = NULL,
  to = NULL,
  min_jam_factor = 0,
  url_only = FALSE
)

set_auth(app_id, app_code)

unset_auth()

autocomplete(addresses, results = 5, url_only = FALSE)

set_proxy(proxy, proxyuserpwd)

unset_proxy()

Arguments

<code>traffic</code>

For traffic(..., product = "flow"), use flow and for traffic(..., product = "incidents"), use incident.

<code>set_auth</code>

For set_auth, use set_key.

<code>unset_auth</code>

For unset_auth, use unset_key.

<code>autocomplete</code>

For autocomplete, use autosuggest.

<code>set_proxy</code>

For set_proxy, configure a global proxy for R in '~/.Renviron' instead.

<code>unset_proxy</code>

For unset_proxy, configure a global proxy for R in '~/.Renviron' instead.