add_path: Add a New Path to the PATH Environment Variable

View source: R/add_path.R

add_pathR Documentation

Add a New Path to the PATH Environment Variable

Description

This function takes a path as input and adds it to the current PATH environment variable.

Usage

add_path(new_path)

Arguments

new_path

The path that you want to add to the PATH.

Value

A character string of the new PATH environment variable.

Examples

add_path("/usr/local/bin")

natehall329/nate_utils documentation built on Dec. 31, 2024, 3:25 p.m.