View source: R/f - Vector info.R
f_vector_info | R Documentation |
Provides informartion on vector. Typically, you will use f_info() and not use f_vector_info(). The function f_info() calls f_vector_info() for each feature in the object entered in f_info().
f_vector_info(v.input, name, n.top, show.freq, n.width, c.sort.by)
v.input |
Vector of items to check statistics of. |
name |
Name to print above the table. |
n.top |
Max number of items to show in the list. |
show.freq |
Should frequency be shown? |
n.width |
Number of characters of the items to show in the list. |
c.sort.by |
How to sort the items in the frequency table, by its 'frequency' or 'value' (default: 'frequency'). |
-
Nothing. Only prints to console.
Pieter Overdevest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.