Skip to content

Instantly share code, notes, and snippets.

@Ironholds
Created March 31, 2013 15:41
Show Gist options
  • Save Ironholds/5281042 to your computer and use it in GitHub Desktop.
Save Ironholds/5281042 to your computer and use it in GitHub Desktop.
gah
data.fun <- function(db67p) {
if (exists("db67p"==TRUE){
dbh <- "MySQL"
db67 <- "db67.pmtpa.wmnet"
db67u <- "research"
db67db <- "enwiki"
return(dbh)
} else {
print("you need a password, jackass")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment