I'm sure this is a silly question, but I just came across some code in R and it involves this line:
query <- function(...) dbGetQuery(mychannel, ...)
In context from the blog I saw it on: http://gettinggeneticsdone.blogspot.com/2011/12/query-mysql-database-from-r-using.html
So what is the (...) in regards to function doing?