Description Usage Arguments Details Value Author(s)
Apply a function on a window sliding on a string.
1 | wstringapply(x, SIZE, SLIDE, FUN, ...)
|
x |
The string |
SIZE |
The size of the window (number of characters). |
SLIDE |
offset to move at each slide |
FUN |
The function to be applied |
... |
optional parameter for the function |
Apply the function FUN
to substrings of x
of length SIZE
.
A list of size nchar(x) - SIZE
.
L, Gautier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.