Skip to content

Functions to store and access backups of Gemma API outputs

Notifications You must be signed in to change notification settings

PavlidisLab/gemmaBackups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemmaBackups

This package includes functions to create easy to load backups of Gemma API outputs It is primarily designed to be imported into packages that host these backups.

Usage

library(gemmaBackups)
# create a package skeleton
devtools::create('.') 

# backup everything about datasets 1 to 4 as raw outputs to data-raw
backup_all(c(1,2,3,4)) 

# populate "data" directory with rda files to be loaded with the package
package_rdas()

About

Functions to store and access backups of Gemma API outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages