Convenient Base R String Handling


[Up] [Top]

Documentation for package ‘stringb’ version 0.1.17

Help Pages

%.% concatenating strings operator
%..% concatenating strings
invert_spans function to invert spans to those numbers not covered
plot.character function for plotting text
stringb_arrange function to sort df by variables
text_c generic for concatonating strings
text_c.default generic for concatonating strings
text_collapse function for collapsing text vectors
text_collapse.data.frame function for collapsing text vectors
text_collapse.default function for collapsing text vectors
text_collapse.list function for collapsing text vectors
text_collapse.matrix function for collapsing text vectors
text_count generic for counting pattern occurences
text_count.default generic for counting pattern occurences
text_delete deleting patterns in string
text_delete.default deleting patterns in string
text_detect generic function to test if a regex can be found within a string
text_detect.default generic function to test if a regex can be found within a string
text_dup generic repeating text
text_eval wrapper function of eval() and parse() to evaluate character vector
text_extract extract regex matches
text_extract_all extract regex matches
text_extract_group generic for getting regex group matches
text_extract_group.default generic for getting regex group matches
text_extract_group_all generic for getting all regex group matches
text_extract_group_all.default generic for getting all regex group matches
text_filter generic for subsetting/filtering vectors
text_grep generic function to know in which elements a pattern can be found
text_grepl generic function to test if a regex can be found within a string
text_grepv generic function to get whole elements in which pattern was found
text_length wrapper around nchar to return text length
text_locate function to get start, end, length form pattern match
text_locate.default function to get start, end, length form pattern match
text_locate_all function to get start, end, length form pattern match for all matches
text_locate_all.default function to get start, end, length form pattern match for all matches
text_locate_all_worker helper function to get start, end, length form pattern match
text_locate_group generic for getting positions regex groups
text_locate_group.default generic for getting positions regex groups
text_locate_worker helper function to get start, end, length form pattern match
text_nchar wrapper around nchar to return text length
text_pad padding text to specified width
text_pad.default padding text to specified width
text_read read in text
text_rep generic repeating text
text_rep.default generic repeating text
text_replace replacing patterns in string
text_replace.default replacing patterns in string
text_replace_all replacing patterns in string
text_replace_all.default replacing patterns in string
text_replace_group function for replacing regex group matches generic for getting regex group matches
text_replace_group.default function for replacing regex group matches generic for getting regex group matches
text_replace_locates text_replace_locates default
text_replace_locates.default text_replace_locates default
text_show showing text
text_show.default showing text
text_snippet retrieving text snippet
text_split generic splitting strings
text_split.default generic splitting strings
text_split_n generic splitting strings into pieces of length n
text_split_n.default generic splitting strings into pieces of length n
text_sub generic for extracting characters sequences by position
text_sub.default generic for extracting characters sequences by position
text_subset generic for subsetting/filtering vectors
text_tokenize generic for gregexpr wrappers to tokenize text
text_tokenize.default generic for gregexpr wrappers to tokenize text
text_tokenize_lines generic to tokenize text into lines
text_tokenize_lines.default generic to tokenize text into lines
text_tokenize_sentences generic to tokenize text into sentences
text_tokenize_sentences.default generic to tokenize text into sentences
text_tokenize_words generic to tokenize text into words
text_tokenize_words.default generic to tokenize text into words
text_to_lower function for make text lower case
text_to_lower.default function for make text lower case
text_to_title_case function for make text lower case
text_to_title_case.default function for make text lower case
text_to_upper function for make text lower case
text_to_upper.default function for make text lower case
text_trim trim spaces
text_trim.default trim spaces
text_trim.list trim spaces
text_trim.numeric trim spaces
text_which generic function to know in which elements a pattern can be found
text_which.default generic function to know in which elements a pattern can be found
text_which_value generic function to get whole elements in which pattern was found
text_which_value.default generic function to get whole elements in which pattern was found
text_wrap wraping text to specified width
text_wrap.default wraping text to specified width
text_write write text to file
text_write.default write text to file