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