add_path: Create PATHs to add to MATLAB PATHs

Description Usage Arguments Value Examples

View source: R/add_path.R

Description

Create PATHs to add to MATLAB PATHs

Usage

1
2
3
4
5
add_path(path)

gen_path(path)

add_gen_path(path)

Arguments

path

path to add

Value

A character vector

Examples

1
2
3
add_path("~/")
gen_path("~/")
gen_path("~/")

Example output

[1] "addpath('~/');"
[1] "genpath('~/');"
[1] "genpath('~/');"

matlabr documentation built on May 1, 2019, 6:35 p.m.