Learn R Programming

spocc (version 0.4.5)

spocc_type_sum: Type summary

Description

Type summary

Usage

spocc_type_sum(x)

## S3 method for class 'default': spocc_type_sum(x)

## S3 method for class 'character': spocc_type_sum(x)

## S3 method for class 'Date': spocc_type_sum(x)

## S3 method for class 'factor': spocc_type_sum(x)

## S3 method for class 'integer': spocc_type_sum(x)

## S3 method for class 'logical': spocc_type_sum(x)

## S3 method for class 'array': spocc_type_sum(x)

## S3 method for class 'matrix': spocc_type_sum(x)

## S3 method for class 'numeric': spocc_type_sum(x)

## S3 method for class 'POSIXt': spocc_type_sum(x)

Arguments