Learn R Programming

RBaM (version 1.1.1)

setPathToBaM: Path to BaM

Description

Set path to BaM executable

Usage

setPathToBaM(dir.exe, quiet = FALSE)

Value

nothing - just write a config file.

Arguments

dir.exe

character string, folder where BaM executable is located. A NULL value resets BaM directory to 'unknown' by removing the config folder where it was stored on your computer (use 'tools::R_user_dir(package="RBaM",which="config")' to locate this folder).

quiet

logical, if TRUE, suppress status messages.

Examples

Run this code
  setPathToBaM(dir.exe=tempdir())

Run the code above in your browser using DataLab