R has dedicated drivers for every database that I've ever had to use and when that doesn't work, there's the RODBC package. Working with "complicated multi-site relational database[s]" is always a pain in the ass, so I…
"The operators <- and = assign into the environment in which they are evaluated. The operator <- can be used anywhere, whereas the operator = is only allowed at the top level (e.g., in the complete expression typed at…
R has dedicated drivers for every database that I've ever had to use and when that doesn't work, there's the RODBC package. Working with "complicated multi-site relational database[s]" is always a pain in the ass, so I…
"The operators <- and = assign into the environment in which they are evaluated. The operator <- can be used anywhere, whereas the operator = is only allowed at the top level (e.g., in the complete expression typed at…