protobi_get_properties: Get properties

View source: R/protobi.R

protobi_get_propertiesR Documentation

Get properties

Description

protobi_get_properties() dynamically gets all supplied properties from Protobi.

Usage

protobi_get_properties(
  projectid,
  apikey,
  execkey,
  propertykey = NULL,
  host = "https://app.protobi.com"
)

Arguments

projectid

A character. Protobi project identifier.

apikey

A character. The APIKEY from your account profile, https://app.protobi.com/account.

execkey

A character. The key of your Protobi executable process.

propertykey

A character. Accepts valid (not blank, NULL, or NA) non-nested lists, vectors, or character values of property key(s). If not supplied, returns all properties.

host

URL, defaults to "https://app.protobi.com"

Value

An R list or character value object. Type dependent on properties requested.

See Also

[protobi_put_properties()]


protobi/protobi-r documentation built on July 8, 2023, 7:20 p.m.