Skip to content

Commit 4cc4273

Browse files
committed
recompile
1 parent 0c62635 commit 4cc4273

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

R/extendr-wrappers.R

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
#' @useDynLib stringer, .registration = TRUE
99
NULL
1010

11+
add_s_flag_to_dot <- function(string) .Call(wrap__add_s_flag_to_dot, string)
12+
13+
add_m_flag_to <- function(string) .Call(wrap__add_m_flag_to, string)
14+
15+
add_x_flag_to <- function(string) .Call(wrap__add_x_flag_to, string)
16+
17+
add_i_flag_to <- function(string) .Call(wrap__add_i_flag_to, string)
18+
19+
convert_to_uppercase <- function(string) .Call(wrap__convert_to_uppercase, string)
20+
1121
str_length <- function(str) .Call(wrap__str_length, str)
1222

1323
str_utf8_locate <- function(str, sub) .Call(wrap__str_utf8_locate, str, sub)

0 commit comments

Comments
 (0)