rmd_template: #' Make new .Rmd file for Japanese.

Description Usage Arguments

View source: R/rmd.R

Description

#' Make new .Rmd file for Japanese.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
rmd_template(
  file,
  path = ".",
  type = "html",
  systime = TRUE,
  title = "",
  subtitle = "",
  author = "",
  toc = FALSE,
  self_contained = TRUE,
  css = NULL,
  katex = FALSE,
  load_p = NULL
)

Arguments

file

Charactor. File output R Markdown file name.

path

Path to directory for output.

type

Charactor or charactor vector. Now you can use "html", "pdf", "word", "odt", md", "ioslides", "slidy", "revealjs", "dashboard", "notebook", and "beamer".

systime

Logical. If TRUE then set 'sys.time' to 'date: '.

title

Charactor. If ""(default) then set file name.

subtitle

Charactor. Set 'subtitle: '.

author

Charactor. Set 'author: '.

toc

Logical. If TRUE then set 'toc = true'.

self_contained

Logical. If FALSE, then set "self_contained: false".

css

Charactor. Set 'css: '.

katex

Logical. Set 'includes: '.

load_p

Charactor vector. Set package names if you want to load.


ymattu/ymattuR documentation built on May 23, 2020, 5:51 a.m.