Learn R Programming

gitlabr (version 0.6.4)

file_exists: For file_exists dots are passed on to list_files and gitlab API call

Description

For file_exists dots are passed on to list_files and gitlab API call

Get a file from a gitlab repository

Usage

file_exists(project, file_path, ...)
get_file(project, file_path, ref = "master", to_char = TRUE, ...)

Arguments

project
name or id of project
file_path
path to file
...
passed on to gitlab
ref
name of ref (commit branch or tag)
to_char
flag if output should be converted to char; otherwise it is of class raw