get_tool_project | R Documentation |
This function returns a path to a specified tool from a specified parsed tool configuration file. The function takes the input 'tool_name' and uses it to index a specific tool project in a parsed tool configuration file, 'config_file', where it then returns the specified tool project. The function will inform the user if the specified attribute, 'tool_name', exists in the parsed configuration file, 'config_file'.
get_tool_project(tool_name, config_file)
tool_name |
The name of the tool (e.g. "perceval" or "dv8"). |
config_file |
The parsed configuration file obtained from |
The specified 'tool_name' tool project from 'config_file'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.