View source: R/create_appendix.R
create_appendix | R Documentation |
create_appendix()
creates an R Markdown for an appendix
to go with your academic project.
create_appendix(path)
path |
a path in which to place the appendix file. Defaults to current
working directory in the absence of a user-specified argument. User-supplied
arguments here should be understood as subdirectories relative to current
working directory. Assume that the current working directory is something
like |
create_appendix()
creates a appendix.Rmd
file in the path
requested by user. Users can create an appendix at any time during the
submission timeline of the academic project, but I often—but not
always—create them at the revise-and-resubmit phase. That would explain
why it's not a default file.
## Not run:
# Creates a `appendix.Rmd` file in working directory
create_appendix()
# Creates a `appendix.Rmd` in subdirectory of working directory
create_appendix("subdirectory")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.