get_flow_info: Retrieve flow metadata

Description Usage Arguments Value

View source: R/get-flow-info.r

Description

Retrieve flow metadata

Usage

1
2
get_flow_info(flow = Sys.getenv("FLOWDOCK_DEFAULT_FLOW", NULL),
  flowdock_api_key = Sys.getenv("FLOWDOCK_PAT"))

Arguments

flow

parameterized flow name (i.e. "this-flow")

flowdock_api_key

used to authorize you to Flowdoc. You should store this in .Renviron or some other moderately secure place. You can override the pick from the environment by passing it in here.

Value

parsed call result (invisibly)


hrbrmstr/flowdockr documentation built on May 17, 2019, 4:57 p.m.