The canonical example here might be in the help page for rm:
## Not run:
## remove (almost) everything in the working environment.
## You will get no warning, so don't do this unless you are really sure.
rm(list = ls())
## End(Not run)
If this ran it would of course have undesired effects.