use_references: Use references

View source: R/use_references.R

use_referencesR Documentation

Use references

Description

Add a References section at the end of the RSF.

Usage

use_references(path = ".", number = 99)

Arguments

path

path of the directory containing the input files index.Rmd, _output.yml, preamble.tex.

number

number prepended to references Rmd source file.

Examples


wd <- tempdir()
savedir <- setwd(wd)
file.copy(list.files(system.file("extdata", package = "rsf"),
                     full.names = TRUE), ".")
use_references(number = 4)
setwd(savedir)


rsf documentation built on Sept. 16, 2022, 1:06 a.m.