live_update: Setup a constant live pulling from the google doc specified.

Description Usage Arguments Value Examples

Description

Setup a constant live pulling from the google doc specified.

Usage

1
live_update(document, refresh_rate = 1)

Arguments

document

The return from running 'GMD()'. E.g. 'my_doc <- GMD(token, url)'

refresh_rate

How many seconds you want to wait before re-pulling google doc.

Value

Downloads from google doc and makes into an RMD continuously a '.Rmd'.

Examples

1
2
3
4
5
6
## Not run: 
edit_url <- "https://docs.google.com/document/d/1RTCQ67mpZTKe9ddllVNCBom5uC2KMFjktKHb1mjWKOM/edit"
my_doc <- GMD(doc = edit_url, token)
live_update(my_doc)

## End(Not run)

LucyMcGowan/GMD documentation built on May 7, 2019, 2:01 p.m.