every
) will be replaced by a line. You can also set an offset value to specify where
to begin.clozeDelete(obj, ...)## S3 method for class 'kRp.taggedText':
clozeDelete(obj, every = 5, offset = 0,
replace.by = "_", fixed = 10)
"all"
,
which will cause the method to iterate through all possible offset values
and not return an object, but print the resreplace.by
will
be repeated this much times). If set to 0,
the replacement wil be as long as the replaced word.cloze
in its
desc
slot, listing the words which were changed.offset="all"
will not return one single object,
but print the results after iterating
through all possible offset values.