Hi,
I am trying to runt the following R Script in an 'Execute R Script' module in Machine Learning Studio.
data.set <- data.frame(installed.packages())
maml.mapOutputPort("data.set")
This script is taken from the 'Get started with Machine Learning Studio (classic)' in R page (https://docs.microsoft.com/en-au/azure/machine-learning/classic/r-get-started#timeseries)
Whilst it works in ML (classic) I receive the following error when running it in Machine Learning Studio;
Error in maml.mapOutputPort("data.set"): could not find function "maml.mapOutputPort"
What additional config settings are needed to enable R scripts in ML Studio?
Thank you.