| vsts_account | R Documentation | 
Azure DevOps Account
| user | username for the Azure DevOps account | 
| pass | password for the Azure DevOps account | 
| domain | domain name for the Azure DevOps account | 
| project | (optional) project name within the domain of the Azure DevOps account | 
| repo | (optional) repository name with the project of the Azure DevOps domain | 
An R6Class generator object
For the majority of functions that are within this vsts_account object, you can get help about the
query or body parameter with ?vsts_<function name>.
## Not run: 
proj <- vsts_account$new(
  "<username>", "<password>", "<domain>",
  "<project>", "<repo>"
)
str(proj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.