Learn R Programming

reproducible (version 1.2.11)

.tagsByClass: Add extra tags to an archive based on class

Description

This is a generic definition that can be extended according to class.

Usage

.tagsByClass(object)

# S4 method for ANY .tagsByClass(object)

Value

A character vector of new tags.

Arguments

object

Any R object.

Author

Eliot McIntire

Examples

Run this code
.tagsByClass(character()) # Nothing interesting. Other packages will make methods

Run the code above in your browser using DataLab