Description Usage Arguments Update Plugin from Github Examples
Update SVN with R package or HtmlPlugin from Github
| 1 2 3 4 5 | updatePackageFromGithub(name, install = FALSE,
  svnDir = getOption("alteryx.svndir"), ayxDir = getOption("alteryx.path"))
updatePluginFromGithub(name, svnDir = getOption("alteryx.svndir"),
  install = FALSE, ayxDir = getOption("alteryx.path"))
 | 
| name | name of the package or plugin to update. | 
| install | boolean indicating if it should install to the alteryx dir. | 
| svnDir | path to the root of the svn branch directory. | 
| ayxDir | path to alteryx directory. | 
This function tries to automate the following manual sequence of steps.
Download zip file from github.
Unzip it and rename it (remove the -master suffix).
Delete the Extras subfolder contained in it.
Copy the folder over to SVN.
| 1 2 3 4 5 6 | # Set path to your SVN directory using options(alteryx.svndir = <path>)
## Not run: 
  updatePackageFromGithub('AlteryxPredictive')
  updatePluginFromSvn('Linear_Regression')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.