R/read_text.R
read_text.Rd
Get paper from text
read_text(txt, id = "")
The text to read into a paper object, or a path to a text file
The ID to use for the paper (e.g., a DOI) defaults to the filename if txt is a path
A paper object with class scivrs_paper
paper <- read_text("This is my paper. That's it!")