View source: R/html_document2_ja.R
bookdown::html_document2 wrapper for Japanese
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28  | html_document2_ja(
  fig_caption = TRUE,
  fig_align = "center",
  fig_width = 7,
  fig_height = 5,
  fig_retina = 2,
  table_css = TRUE,
  toc_depth = 3,
  number_sections = TRUE,
  self_contained = FALSE,
  code_folding = c("none", "show", "hide"),
  code_download = FALSE,
  code_rownumber = TRUE,
  highlight = "default",
  dev = "png",
  dev.args = list(res = 200),
  df_print = "default",
  mathjax = "default",
  template = "default",
  extra_dependencies = NULL,
  css = NULL,
  includes = NULL,
  keep_md = FALSE,
  lib_dir = "libs",
  md_extensions = NULL,
  pandoc_args = NULL,
  ...
)
 | 
fig_caption | 
 ...
Arguments to be passed to   | 
table_css | 
 
  | 
number_sections | 
 ...
Arguments to be passed to   | 
self_contained | 
 ...
Arguments to be passed to   | 
template | 
 Pandoc template to use for rendering. Pass   | 
lib_dir | 
 ...
Arguments to be passed to   | 
pandoc_args | 
 ...
Arguments to be passed to   | 
... | 
 Other arguments to be passed to   | 
dev: | 
 character. デフォルト:   | 
code_rownumber: | 
 logical. デフォルト: TRUE. 行番号を表示するかどうか  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.