sudo: sudo$

View source: R/main.R

sudoR Documentation

sudo$

Description

This function executes the given command as sudo

Usage

sudo(
  command,
  intern = F,
  ignore.stdout = F,
  ignore.stderr = T,
  env_var = T,
  cmd = F
)

Arguments

command

A bash command to execute as sudo

env_var

Should the password be saved for further use


benjaminguinaudeau/bashR documentation built on May 9, 2023, 11:46 p.m.