powered by
Archive a repository
gl_archive(project, ...)
if save_to_file is NULL, a raw vector of the archive, else the path to the saved archived file
Project name or id
further parameters passed on to gitlab() API call, may include parameter sha for specifying a commit hash
gitlab()
sha
if (FALSE) { set_gitlab_connection( gitlab_url = "https://gitlab.com", private_token = Sys.getenv("GITLAB_COM_TOKEN") ) gl_archive(project = "<>", save_to_file = "example-project.zip") }
Run the code above in your browser using DataLab