make_content {saros} | R Documentation |
Method for Creating Saros Contents
Description
Takes the same arguments as makeme
, except
that dep and indep in make_content are character vectors,
for ease of user-customized function programming.
Usage
make_content(type, ...)
Arguments
type |
Method name
Optional string indicating the specific method. Occasionally useful for error messages, etc. |
... |
Dots Arguments provided by |
Value
The returned object class depends on the type.
type="*_table_html"
always returns a tibble
.
type="*_plot_html"
always returns a ggplot
.
type="*_docx"
always returns a rdocx
object if path=NULL
,
or has side-effect of writing docx file to disk if path
is set.
[Package saros version 1.2.0 Index]