ZoonFigshare: ZoonFigshare

Description Usage Arguments

View source: R/ZoonFigshare.R

Description

This function uploads a zoon workflow object to Figshare. To share your workflow with the community please set your workflow to public on figshare after using this function. If your workflow is made public it will automatically appear on the Zoon website.

Usage

1
2
3
4
5
6
7
8
ZoonFigshare(
  zoonWorkflow,
  title = "My Zoon Workflow",
  description = "zoon workflow",
  authors = "zoon",
  categories = "SDM",
  tags = "zoon"
)

Arguments

zoonWorkflow

A zoonWorkflow object as returned by the function Workflow

title

String giving the title of the workflow

description

String describing the workflow

authors

Character vector of full authors names

categories

Character vector of figshare categories e.g. ecology.

tags

Character vector of searchable tags.


zoon documentation built on Feb. 28, 2020, 5:09 p.m.