Learn R Programming

reproducible (version 1.1.1)

.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)

Arguments

object

Any R object.

Value

A character vector of new tags.

Examples

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

# }

Run the code above in your browser using DataLab