Skip to contents

Return the file path for various versions of the demo paper. Use demopaper() to directly read it as a paper object from the json file.

Usage

demofile(ext = c("json", "pdf", "docx", "doc", "xml", "qmd"))

Arguments

ext

the extension of the file

Value

file path

Examples

json <- demofile()
pdf <- demofile("pdf")