How can I install R packages on Alteryx server
Solved! Go to Solution.
Steps :-
Open R Console with admin privileges
then run below commands one by one to install packages as given in example
If ask for location you can select location.
Example:-
install.packages("pdftools")
install.packages("tesseract")
install.packages("Rcpp")
Is R installed on server by default? How can I verify?
@Analytics_Pooja R will only be installed on the Alteryx Server if it is selected during the initial configuration. It can be added after the fact if not by downloading the corresponding version of the predictive tools from downloads.alteryx.com
Thanks @BrandonB . How can I confirm if it is installed on the server or not. I don't see R console.
Best
Pooja
You would see this installed in "Apps & Features"
Ok got it. Thank you
@BrandonB "Apps & Features" is disables on the server
You may need to check with your server administrator or IT group if you do not have access
@BrandonB - I think you are stating that we can download the Predicitve Tools for Designer and install them on the Server. Can you confirm?