gce_rstudio_adduser: Creates a user on an RStudio templated instance
Description
RStudio has users based on unix user accounts
Usage
gce_rstudio_adduser(instance, username, password, admin = TRUE,
container = "rstudio")
Arguments
admin
Default TRUE - Will the user be able to install packages and other sudo tasks?
container
The rstudio container to add the user to