Displaying 2 results from an estimated 2 matches for "colsubset".
2003 Dec 31
2
Calling primitive functions from C code
...information on the
arguments that the function expects.
{".subset", do_subset_dflt, 1, 1, -1, {PP_FUNCALL,
PREC_FN, 0}},
However, this is a little intimidating for someone like me who doesn't do
much C programming.
I understand that args is simply the argument list: x, rowsubset, colsubset,
drop, but the other variables are a mystery to me.
I've read the Appendix A R (internal) programming miscellanea from
R_exts.pdf, but there are no examples of calling these functions from C
code.
http://cran.r-project.org/doc/manuals/R-exts.pdf
<http://cran.r-project.org/doc/manuals/R-exts...
2003 Dec 31
2
Calling primitive functions from C code
...information on the
arguments that the function expects.
{".subset", do_subset_dflt, 1, 1, -1, {PP_FUNCALL,
PREC_FN, 0}},
However, this is a little intimidating for someone like me who doesn't do
much C programming.
I understand that args is simply the argument list: x, rowsubset, colsubset,
drop, but the other variables are a mystery to me.
I've read the Appendix A R (internal) programming miscellanea from
R_exts.pdf, but there are no examples of calling these functions from C
code.
http://cran.r-project.org/doc/manuals/R-exts.pdf
<http://cran.r-project.org/doc/manuals/R-exts...