Learn R Programming

rnoaa (version 0.3.3)

type_sum: Type summary

Description

Type summary

Usage

type_sum(x)

# S3 method for default type_sum(x)

# S3 method for character type_sum(x)

# S3 method for Date type_sum(x)

# S3 method for factor type_sum(x)

# S3 method for integer type_sum(x)

# S3 method for logical type_sum(x)

# S3 method for array type_sum(x)

# S3 method for matrix type_sum(x)

# S3 method for numeric type_sum(x)

# S3 method for POSIXt type_sum(x)

Arguments