Learn R Programming

gitlabr (version 0.5.1)

get_file: Get a file from a gitlab repository

Description

Get a file from a gitlab repository

Usage

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

Arguments

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