# NOT RUN {
# Remove row names of table output:
prOutputDefaults(table = list(row.names = FALSE))
# Modify the default size of pdf output:
prOutputDefaults(pdf = list(width = 8, height = 6))
# Reset default values for pdf and table output
prOutputDefaults(table = NULL, pdf = NULL)
# }
Run the code above in your browser using DataLab