summarize_long: Calculate summary statistics from a vector

View source: R/utils_table.R

summarize_longR Documentation

Calculate summary statistics from a vector

Description

[Questioning] Calculates several summary statistics. The summary statistics depend on the vector class

Usage

summarize_long(x)

## S3 method for class 'factor'
summarize_long(x)

## S3 method for class 'integer'
summarize_long(x)

## S3 method for class 'numeric'
summarize_long(x)

## Default S3 method:
summarize_long(x)

Arguments

x

an object

Value

A summarized version of the input.


visR documentation built on Nov. 21, 2023, 1:07 a.m.