Learn R Programming

R.SamBada (version 0.1.3)

downloadSambada: Download samBada

Description

Downloads from GitHub the version of samBada that corresponds to your OS. Unzips the folder and adds the path to the binary folder to the environmental path variable. This operation is only valid for the current R session. You must run change_path for every new R session. Alternatively, you can manually edit your "PATH" environmental variable permanently on your OS so that it entails the path to the binaries folder of sambada (this procedure different for every OS).

Usage

downloadSambada(directory = NULL)

Arguments

directory

character The directory where sambada should be downloaded. If null, downloads in a (new) folder named sambada in the active directory.

Details

Careful: for MacOS user, they must install GCC7. See sambadoc page 2.

Examples

Run this code
# NOT RUN {
# Downloads SamBada to temporary folder (tempdir)
downloadSambada(tempdir())
# }

Run the code above in your browser using DataLab