Not needed for running in JupyterLab/RStudio on UKB RAP or JupyterLab on core platform, as the dx-toolkit is installed on these apps.

install_dxpy(method = "auto", conda = "auto")

Value

no-value. Side effect is that dxpy and pandas are installed into r-reticulate environment.

Details

Useful for using xvhelper on your own machine.

Examples


if (FALSE) {
install_dxpy()
}