enframe_github_files: Create a (markdown ready) data frame from a GitHub file tree

View source: R/enframe_github_files.R

enframe_github_filesR Documentation

Create a (markdown ready) data frame from a GitHub file tree

Description

Create a (markdown ready) data frame from a GitHub file tree

Usage

enframe_github_files(repo, path, regexp, owner = "curso-r")

Arguments

repo

Repository name (excluding owner).

path

Subdirectory inside repo.

regexp

A regular expression passed on to grep() to filter paths.

owner

GitHub organization (default is curso-r).

Value

A data frame with one column named link.


curso-r/CursoRopen documentation built on April 14, 2022, 2:28 p.m.