knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

fudukue (文机)

fukudue is a collection of R packages developed to support literate programming with R mainly for the author. This package will be used in conjunction with tidyverse and knitr.

Installation

You can install:

# install.packages("devtools") # if not installed
devtools::install_github("KeachMurakami/fudukue")

How to use

functions for routine operations

following functions are automatically globalized when this package is attached.

consistent cross-references .pfd and .docx

fudukue implements the following verbs to generate consistent cross-references both in .pdf and .docx (described in reference_switch.R).

citation managements

fudukue implements the following verbs to manage bibtex-style references. .bib files for respective articles are stored as bibtex/list_bib/***.bib

Session information

devtools::session_info()


KeachMurakami/fudukue documentation built on May 22, 2019, 12:40 p.m.