Skip to content

Instantly share code, notes, and snippets.

@dvanic
Created September 20, 2016 06:30
Show Gist options
  • Save dvanic/cbefc3705b06c91cf5ec2bb36485aab9 to your computer and use it in GitHub Desktop.
Save dvanic/cbefc3705b06c91cf5ec2bb36485aab9 to your computer and use it in GitHub Desktop.
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