Copy default Schola template into project directory
Arguments
- format
Character, format which to look for. Defaults to
pdf
.- path
Character, path to copy to. Defaults to the current project root.
- ...
Arguments passed on to
base::file.copy
overwrite
logical; should existing destination files be overwritten?
recursive
logical. If
to
is a directory, should directories infrom
be copied (and their contents)? (Likecp -R
on POSIX OSes.)copy.mode
logical: should file permission bits be copied where possible?
copy.date
logical: should file dates be preserved where possible? See
Sys.setFileTime
.
See also
Other Report templates and formats:
open_schola_template()
,
schola_pdf()
,
schola_word()
,
schola_word2()