Description Usage Arguments Value
View source: R/rw_match_first.R
Input is a text file with multiple paragraphs. Output is a text file for each paragraph with the first sentence removed and with the first sentences listed in random order.
1 2 3 4 5 6 7 | rw_match_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 of paragraphs with first sentences removed and random list of first sentences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.