File: NAMESPACE

package info (click to toggle)
r-cran-stringr 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
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
export("str_sub<-")
export(fixed)
export(ignore.case)
export(invert_match)
export(perl)
export(str_c)
export(str_count)
export(str_detect)
export(str_dup)
export(str_extract)
export(str_extract_all)
export(str_join)
export(str_length)
export(str_locate)
export(str_locate_all)
export(str_match)
export(str_match_all)
export(str_pad)
export(str_replace)
export(str_replace_all)
export(str_split)
export(str_split_fixed)
export(str_sub)
export(str_trim)
export(str_wrap)
export(word)