Home
last modified time | relevance | path

Searched refs:rlang_node_poke_car (Results 1 – 4 of 4) sorted by relevance

/dports/devel/R-cran-rlang/rlang/R/
H A Dnode.R62 invisible(.Call(rlang_node_poke_car, x, newcar))
H A Dlifecycle-retired.R1394 invisible(.Call(rlang_node_poke_car, x, newcar))
/dports/devel/R-cran-rlang/rlang/src/export/
H A Dinit.c33 extern sexp* rlang_node_poke_car(sexp*, sexp*);
204 {"rlang_node_poke_car", (r_fn_ptr) &rlang_node_poke_car, 2},
H A Dexported.c231 sexp* rlang_node_poke_car(sexp* x, sexp* newcar) { in rlang_node_poke_car() function