Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 515 Bytes

python-install.md

File metadata and controls

27 lines (21 loc) · 515 Bytes

Installing Python

install.packages('reticulate')
library('reticulate')
py_install('retriever')

install.packages('rdataretriever')
use_condaenv('r-reticulate')
library(rdataretriever)