Learn R Programming

stoRy (version 0.1.0)

theme: Theme objects

Description

The stoRy package uses the theme object to store information about themes in the package theme dataset.

Usage

theme

Arguments

theme

A string representing a theme in the dataset.

Format

An object of class R6ClassGenerator of length 24.

Examples

Run this code
# NOT RUN {
########################################################################
# Create a theme object for the theme "utopia" and print the result    #
########################################################################
theme_name <- "utopia"
mytheme <- theme$new(theme_name)
print(mytheme)
# }

Run the code above in your browser using DataLab