Skip to contents

The function `copycat_gitsearch` returns the list of R files in a Github repository. It expects `author`, `repository`, and `branch` name to print the list of R files on Github. If all is left out, it returns the content of example repository.

Usage

copycat_gitsearch(author, repository, branch = "main")

Arguments

author

A character vector.

repository

A character vector.

branch

A character vector.

Value

A character vector.