# NOT RUN {
#######################################################################
# List all storysets files available in the \pkg{stoRy} package #
#######################################################################
list.files(system.file("storysets", package = "stoRy"))
#######################################################################
# Load the Star Trek aliens storysets smt file and storysets object #
#######################################################################
file <- system.file("storysets", "aliens.smt", package = "stoRy")
mystorysets <- storysets$new(file)
print(mystorysets)
# }
Run the code above in your browser using DataLab