R, RStudio: programmatically switch between 32-bit and 64-bit versions of R

Is there a function that in RStudio restarts the R console in 64-bit mode or 32-bit mode without re-opening RStudio (or at least automatically reopens it if this is not avoided)?

I usually run in 32-bit when using RODBC so that I can retrieve data from the Access database, but would like to use the 64-bit mode features for all other tasks while still in RStudio.

+4
r rstudio
source share

No one has answered this question yet.

See similar questions:

8
Source R script using 32 bit R from 64 bit RStudio

or similar:

629
data.table vs dplyr: can something do good and the other bad or bad?
189
Update R with RStudio
115
Error loading rJava in RStudio / R after "upgrade" to OSX Yosemite
44
Conflict with xlsx and select.files
3
More meaningful window title for Rstudio
2
Efficient switching between 32-bit and 64-bit versions of R
one
Problems with path parameters when starting RStudio from the console
one
How R architectures dynamically switch in RStudio
one
Opening two Rstudio sessions while diving
0
RStudio initialization error, unexpected exception, fatal error

All Articles