dev_flow: Send the graphics contents of the current device to a...

Description Usage Arguments Value

View source: R/dev_flow.r

Description

Send the graphics contents of the current device to a Flowdock flow

Usage

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

Arguments

...

other arguments passed into png device

file

prefix for filenames (defaults to plot)

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.