Description Usage Arguments Value Author(s) References Examples
Perl subroutines are used to add and delete chunks of text to tables of their counts.
1 2 3 |
table |
A proxy reference to a Perl hash containing counts, as returned from a previous
call to |
data |
A vector of items to be added or dropped from the counts in the table. Typically a character vector but any mix of scalar items can be supplied. |
convert |
Should the result be returned as a proxy reference to the table (a Perl hash), or converted to a named vector in R? By default, the table is converted if the |
A proxy reference to a Perl hash, if convert
is FALSE
; otherwise a named vector (the conversion is done by the Perl interface in package RSPerl
, and will
be a named vector of counts.
John M. Chambers <jmc@r-project.org>
http://www.omegahat.net/RSPerl/ for the RSPerl
interface.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.