# NOT RUN {
### Get the default silent setting
limonaid::opts$get('silent');
### Set it to FALSE
limonaid::opts$set(silent = FALSE);
### Check that it worked
limonaid::opts$get('silent');
### Reset this option to its default value
limonaid::opts$reset('silent');
### Check that the reset worked, too
limonaid::opts$get('silent');
# }
Run the code above in your browser using DataLab