store.register: store.register

View source: R/roakvar.R

store.registerR Documentation

store.register

Description

store.register

Usage

store.register(
  module_name = NULL,
  md = NULL,
  quiet = TRUE,
  code_url = NULL,
  data_url = NULL,
  overwrite = FALSE
)

Value

A boolean. A boolean. TRUE if successful, FALSE if not

Examples

# Publish "customannot" module to the store
#roakvar::store.publish(module="customannot", 
# code_url="https://test.com/customannot__1.0.0__code.zip", 
# data_url="https://test.com/customannot__1.0.0__data.zip")


rkimoakbioinformatics/roakvar documentation built on July 27, 2022, 7:27 p.m.