if (FALSE) {
# Check the current option values:
stoRy_opt("width")
stoRy_opt("print_min")
stoRy_opt("print_max")
# Set the column width to 120 characters:
options(stoRy.width = 120L)
# Set the minimum number of printed entries to be 25:
options(stoRy.print_min = 25L)
# Set the maximum number of printed entries to be 250:
options(stoRy.print_max = 250L)
}
Run the code above in your browser using DataLab