R/utils_str.R

Defines functions ptr2str strarrayptr strptr

Documented in ptr2str strarrayptr strptr

# Package: rdyncall
# File: R/utils_str.R
# Description: Support for (arrays of) C strings

ptr2str <- function(x) .Call("r_ptr2str", x, PACKAGE="rdyncall")
strarrayptr <- function(x) .Call("r_strarrayptr", x, PACKAGE="rdyncall")
strptr <- function(x) .Call("r_strptr", x, PACKAGE="rdyncall")

Try the rdyncall package in your browser

Any scripts or data that you put into this service are public.

rdyncall documentation built on May 2, 2019, 6:15 p.m.