What is the best way to have R functionality in MS SharePoint? Will RExcel work if I import an Excel sheet into SharePoint using Excel Services? Any other options?
If you have SharePoint, you must have a SQL Server license, why not create a table or database named R_DataAnalysis, and then use PowerPivot or PowerView with SSRS to display your data?
R exports to a flat file very easily: write.csv(dataframe,'someFile.csv')
write.csv(dataframe,'someFile.csv')
They can be easily imported for use in SharePoint BI functionality.
Source: https://habr.com/ru/post/918811/More articles:Emler.js Router action for controller - ember.jsSource database is extremely slow - iosPHP: strip_tags - remove only certain tags (and their contents)? - phpC ++: Automatic redistribution of vectors causes copies of constructors? What for? - c ++Sending a POST request to Twitter API with Play Framework 2.0 - scalaHow to combine these json arrays / objects? - javascriptCombine arrays of JSON objects and sort them using Javascript - jsonXslt 1.0 - Finding the last occurrence and taking a line before - xmlHow to use jQuery to get ajax search results for wordpress - jquerycouchdb view that looks for an array field for values passed as an array of keys - couchdbAll Articles