Description Usage Arguments Value
View source: R/rw_remove_first.R
Input is a text file with multiple paragraphs. Output is a text file for each paragraph with the first sentence removed.
1 2 3 4 5 6 7 | rw_remove_first(
infile,
title = "title",
part = "section",
project = "name",
parabreak = "\r\n"
)
|
infile |
A text file containing several paragraphs. |
title |
Title of text (e.g. paper reference). |
part |
Part of the text (e.g. paper section). Used in filenames. |
project |
Project nickname for use in filenames |
parabreak |
The characters that designate paragraph breaks in the input |
A text file with paragraphs without first sentence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.