-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
40 lines (39 loc) · 878 Bytes
/
NAMESPACE
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
37
38
39
40
# Generated by roxygen2 (4.1.1): do not edit by hand
export(pystr_capitalize)
export(pystr_center)
export(pystr_count)
export(pystr_endswith)
export(pystr_find)
export(pystr_format)
export(pystr_index)
export(pystr_isalnum)
export(pystr_isalpha)
export(pystr_islower)
export(pystr_isnumeric)
export(pystr_isspace)
export(pystr_istitle)
export(pystr_isupper)
export(pystr_join)
export(pystr_ljust)
export(pystr_lower)
export(pystr_lstrip)
export(pystr_maketrans)
export(pystr_partition)
export(pystr_replace)
export(pystr_rfind)
export(pystr_rindex)
export(pystr_rjust)
export(pystr_rpartition)
export(pystr_rsplit)
export(pystr_rstrip)
export(pystr_split)
export(pystr_splitlines)
export(pystr_startswith)
export(pystr_strip)
export(pystr_swapcase)
export(pystr_title)
export(pystr_translate)
export(pystr_upper)
export(pystr_zfill)
importFrom(Rcpp,sourceCpp)
useDynLib(pystr)