R/paper.R
test_paper.Rd
Create a paper object with the specified text (mainly for testing/demos).
test_paper(text = LETTERS, url = character(0))
a vector of text to add
a vector of URLs to add
a paper object
# to test a paper with a specific URL p <- test_paper("https://osf.io/abcde")