View source: R/read_fs_surface.R
linesplit.fixed | R Documentation |
Split a string into fixed-length parts.
linesplit.fixed(
cline,
length_per_part,
num_parts_expected = NULL,
error_tag = NULL
)
cline |
character string, the input line |
length_per_part |
integer, number of characters per part |
num_parts_expected |
integer, the number of parts. Leave at NULL if this is not known. |
error_tag |
optional character string, how to identify the line in a parsing error message. Could be the line number, or whatever. Only relevant if 'num_parts_expected' is not matched. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.