flow_r: Post R objects to Flowdock

Description Usage Arguments Value

View source: R/flow-r.r

Description

Post R objects to Flowdock

Usage

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

Arguments

...

one or more R objects

flow

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

tags

vector of tags for the 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.