sudo: sudo

Description Usage Arguments

View source: R/import.R

Description

This function executes the given command as sudo

Usage

1
2
3
4
5
6
7
8
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/dockeR documentation built on July 8, 2021, 3:41 a.m.