Skip to contents

Upload a file as an asset in a release of a github repository (deprecated).

Usage

witch_data_upload(file, version = NULL, method = NULL, repo = NULL)

Arguments

file

Name of the file in the with-data repository

version

NULL

method

NULL.

repo

NULL

Examples

if (FALSE) {
witch_data_upload("ssp/ssp_population.csv", version = "v0.0.1")
}