protobi_put_properties: Upload properties

View source: R/protobi.R

protobi_put_propertiesR Documentation

Upload properties

Description

protobi_put_properties() dynamically uploads all supplied properties (as list key.value pairs) to Protobi.

Usage

protobi_put_properties(
  projectid,
  apikey,
  execkey,
  propertykeyvalue,
  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.

propertykeyvalue

A character. Accepts valid (not blank, NULL, or NA) non-nested named lists of property key.value pair(s).

host

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

Value

An httr response object

See Also

[protobi_get_properties()]


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