Options
UDF Library Sources
Can I use multiple different R scripts to populate a single Vertica UDF Library? Or does all my code has to be in a single .R file?
0
Comments
All you R code for a single library has to be in a single R file. But you can have code for multiple UDx in that .R file.
Pratibha