tableCount | R Documentation |
This function returns the count of items in an R table, or 0 if item does not occur in table
tableCount(search_table, name)
search_table |
R Table (Result of 'table()' call) |
name |
Name of item you want the count for |
Number of times that value occurs in the table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.