get_file: Get a file from a gitlab repository
Description
Get a file from a gitlab repositoryUsage
get_file(project, file_path, ref = "master", to_char = TRUE, ...)
Arguments
project
name or id of project
ref
name of ref (commit branch or tag)
to_char
flag if output should be converted to char; otherwise it is of class raw