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")
no-value. Side effect is that dxpy and pandas are installed
into r-reticulate
environment.
Useful for using xvhelper on your own machine.
if (FALSE) {
install_dxpy()
}