pgf_functions: Get functions

View source: R/functions.R

pgf_functionsR Documentation

Get functions

Description

Get information on available functions.

Usage

pgf_functions(
  base_url,
  path,
  nocache = NULL,
  user = gh_user(),
  verbose = FALSE,
  response = FALSE
)

Arguments

base_url

A character string of the base URL.

path

A character string of the path or endpoint.

nocache

A character string indicating whether to cache results or not. Possible values include 'true' or 'false' or NULL.

user

A character string of the user. This allows whoever is running the server your are querying to contact you in case of misuse.

verbose

A flag indicating whether to provide verbose GET response.

response

A flag indicating whether to return the raw response object.

Value

A tibble.

See Also

Other functions: pgf_function_description(), pgf_function_parameters(), pgf_function_properties(), pgf_function_result()

Examples

## Not run: 
base_url <- "https://features.hillcrestgeo.ca/"
path <- "fwa"
pgf_functions(
  base_url = base_url, path = path
)

## End(Not run)

poissonconsulting/pgfsr documentation built on Nov. 4, 2024, 4:02 p.m.