install_scripts: Install scripts from a package creating symlinks

View source: R/install_scripts.R

install_scriptsR Documentation

Install scripts from a package creating symlinks

Description

Install scripts from a package creating symlinks

Usage

install_scripts(
  package = NULL,
  into = "~/.local/bin",
  location = .libPaths()[1],
  overwrite = FALSE
)

Arguments

package

name of the package

into

destination directory of the created symlinks

location

where to search the installed package is

Source

code from https://stackoverflow.com/questions/44566100 with minor modifications

Examples

## lbmisc::install_scripts(package = 'speeches')

lbraglia/lbmisc documentation built on June 14, 2025, 6:44 p.m.