Created
September 20, 2016 06:30
-
-
Save dvanic/cbefc3705b06c91cf5ec2bb36485aab9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (object in characterlistofobjectnames) { | |
if (exists(object) == FALSE) { | |
stop(paste0(paste0("The object ", object), " does not exist! Please edit your input list before continuing.")) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment