on_github: What datasets have been processed?

View source: R/github.R

on_githubR Documentation

What datasets have been processed?

Description

Get a data.frame with the datasets that have been processed and are on the reagro/carob github site

Usage

on_github(uri=NULL)

Arguments

uri

character. A standard URI to check for

Value

data.frame with variables: dataset, group, and pending

dataset is the identifier derived from the URI, see simpleURI. if a dataset is pending, the script is in the _pending folder and needs more work before it can be included.

Examples

## Not run: 
all <- on_github()

test <- on_github("doi:10.25502/07RT-7A40/D")

## End(Not run)

reagro/carobiner documentation built on June 1, 2025, 2:09 p.m.