Skip to content
Snippets Groups Projects
Commit 73be8826 authored by Florian Angerer's avatar Florian Angerer
Browse files

Implemented function 'do_address'.

parent afbe4acb
No related branches found
No related tags found
No related merge requests found
......@@ -88,3 +88,9 @@ SEXP Rf_allocS4Object() {
return NULL;
}
SEXP do_address(SEXP call, SEXP op, SEXP args, SEXP rho)
{
checkArity(op, args);
return R_MakeExternalPtr((void *) CAR(args), R_NilValue, R_NilValue);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment