f_vector_info: Provide information on vector

View source: R/f - Vector info.R

f_vector_infoR Documentation

Provide information on vector

Description

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().

Usage

f_vector_info(v.input, name, n.top, show.freq, n.width, c.sort.by)

Arguments

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').

Details

-

Value

Nothing. Only prints to console.

Author(s)

Pieter Overdevest


pieterov/generaltoolbox documentation built on Jan. 25, 2025, 10:32 a.m.