gce_rstudio_adduser: Creates a user on an RStudio templated instance

Description Usage Arguments Value

View source: R/rstudio.R

Description

RStudio has users based on unix user accounts

Usage

1
2
3
4
5
6
7
gce_rstudio_adduser(
  instance,
  username,
  password,
  admin = TRUE,
  container = "rstudio"
)

Arguments

instance

An instance with RStudio installed via gce_vm_template

username

The user to create

password

The user password

admin

Default TRUE - Will the user be able to install packages and other sudo tasks?

container

The rstudio container to add the user to

Value

The instance


cloudyr/googleComputeEngineR documentation built on Jan. 23, 2022, 8:30 a.m.