google_doc: Convert a Local Rmarkdown File to a remote Google Doc

Description Usage Arguments Value

Description

This function is intended to be used as an rmarkdown 'output format', e.g. rmarkdown::render("myfile.Rmd", output_format = googdown::google_doc()). You can also get the same result via gd_push.

Usage

1
2
google_doc(reference_docx = NULL, bookdown_md = TRUE, keep_md = FALSE,
  clean_supporting = FALSE)

Arguments

reference_docx

The reference file to be used for styling. The default (NULL) is to use a template with the same styling as a default Google doc, though with slightly nicer figure captions.

bookdown_md

Should markdown extensions by bookdown by used?

keep_md

Should the intermediate markdown files be retained?

clean_supporting

Should other intermediate files be retained?

Value

If successful, the URL of a remote Google document


brendan-r/googdown documentation built on May 13, 2019, 5:09 a.m.