flow_file: Upload a file to a flow

Description Usage Arguments Value

View source: R/flow-file.r

Description

Upload a file to a flow

Usage

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

Arguments

fil

path to file to upload

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.