if(FALSE){# Note:# - Require AWS Account to run below example.# - Different connection methods can be used please see `RAthena::dbConnect` documnentationlibrary(DBI)# Demo connection to Athena using profile namecon<-dbConnect(RAthena::athena())# Disconnect conenctiondbDisconnect(con)}