copycat_gitsearch: Search R files within a GitHub directory

View source: R/git_copy.R

copycat_gitsearchR Documentation

Search R files within a GitHub directory

Description

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.


edgar-treischl/CopyCat documentation built on May 31, 2024, 9:07 a.m.