url is converted to its GitLab API format. For tree input, the first 100 pages are downloaded. For blob input, the blob is downloaded. Version 4 of the GitLab API is used.

download_gitlab(url, destfile = NULL)

Arguments

url

a single web URL pointing to a GitLab resource

destfile

either a single non-existing directory or a single file. Defaults to the basename of the from file.

Value

logical indicating whether resources were successfully downloaded. This function does report success even if some resources are not successfully downloaded, with a warning for each resource that could not be downloaded.