save_flow: Save R objects to an RData file on Flowdock

Description Usage Arguments Value

View source: R/save-flow.r

Description

Save R objects to an RData file on Flowdock

Usage

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

Arguments

...

objects to store in the R data file

file

filename (without extension) to use

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.