Make new .Rmd file for Japanese.

new_rmd_ja(file, path = ".", type = "html", systime = TRUE, title = "",
  subtitle = "", author = "", toc = FALSE, self_contained = TRUE,
  css = NULL, 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: `.
load_p
Charactor vector. Set package names if you want to load.