View source: R/publish_tool_repository.R
create_shed_yml
creates a .shed.yml
file within the elagator directory.
1 2 | create_shed_yml(name, owner, description, long_description = "",
type = "unrestricted", categories = "")
|
name |
a string used as ToolShed repository name. |
owner |
ToolShed user account. |
description |
a brief introduction to the tool. |
long_description |
detailed information about this tool. |
type |
tool type. Default is 'unrestricted' |
categories |
a vector of strings to specify which categories this tool belongs to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.