represent: Represent

View source: R/represent.R

representR Documentation

Represent

Description

Represents an object using a particular type.

Usage

represent(x, type, ...)

## Default S3 method:
represent(x, type, ...)

## S3 method for class 'corpus'
represent(x, type, ...)

## S3 method for class 'vec'
represent(x, type, ...)

## S3 method for class 'coded_vec'
represent(x, type, ...)

## S3 method for class 'list'
represent(x, type, ...)

Arguments

x

Input object.

type

Target type (see type).

...

Further arguments to pass to represent().


pmcharrison/hrep documentation built on Feb. 18, 2024, 2:33 a.m.