Installing the Script in the Aster Database - Aster R

Teradata Aster® R User GuideUpdate 3

Product
Aster R
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
fop1497542774450.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
fbp1477004286096
lifecycle
previous
Product Category
Software

Users must install the script in the database before using it.

If the user edits a script and needs to re-install it, the older version must be removed before installing the new one.
  • Working from the R client:
  • To install a script from the R client: ta.install.scripts("<filename>", schema="<schema>")
  • To remove an existing script: ta.remove.scripts("<filename>", schema="<schema>")
  • Working within the Aster Database:
  • To install a script: \install <scriptname>
  • To remove an existing script: \remove <scriptname>