/usr/lib/R/site-library/stringr/INDEX is in r-cran-stringr 1.3.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | case                    Convert case of a string.
invert_match            Switch location of matches to location of
                        non-matches.
modifiers               Control matching behaviour with modifier
                        functions.
str_c                   Join multiple strings into a single string.
str_conv                Specify the encoding of a string.
str_count               Count the number of matches in a string.
str_detect              Detect the presence or absence of a pattern in
                        a string.
str_dup                 Duplicate and concatenate strings within a
                        character vector.
str_extract             Extract matching patterns from a string.
str_flatten             Flatten a string
str_glue                Format and interpolate a string with glue
str_length              The length of a string.
str_locate              Locate the position of patterns in a string.
str_match               Extract matched groups from a string.
str_order               Order or sort a character vector.
str_pad                 Pad a string.
str_remove              Remove matched patterns in a string.
str_replace             Replace matched patterns in a string.
str_replace_na          Turn NA into "NA"
str_split               Split up a string into pieces.
str_sub                 Extract and replace substrings from a character
                        vector.
str_subset              Keep strings matching a pattern, or find
                        positions.
str_trim                Trim whitespace from a string
str_trunc               Truncate a character string.
str_view                View HTML rendering of regular expression
                        match.
str_wrap                Wrap strings into nicely formatted paragraphs.
stringr-data            Sample character vectors for practicing string
                        manipulations.
word                    Extract words from a sentence.
 |