Skip to content

Broadcast data from your R package to the world

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

humaniverse/broadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broadcast

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check

Overview

Broadcast data from your R package to the world

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("humaniverse/broadcast")

Usage

Call broadcast::broadcast() in the root directory of your R package to broadcast .rda files from your data/ folder into .csv files in a folder called .broadcast. Alternative paths can be supplied using the arg from. An optional file called .broadcastignore can be specified in the .broadcast folder to ignore broadcasting certain file types. This additional file should use the same syntax as .gitignore.

About

Broadcast data from your R package to the world

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages