Creates a user on an RStudio templated instance
RStudio has users based on unix user accounts
gce_rstudio_adduser(instance, username, password, admin = TRUE, container = "rstudio")
instance
: An instance with RStudio installed via gce_vm_templateusername
: The user to createpassword
: The user passwordadmin
: Default TRUE - Will the user be able to install packages and other sudo tasks?container
: The rstudio container to add the user toThe instance
Useful links