radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
459 stars 136 forks source link

unable to find browse option while file uploading #205

Open akshaytuptewar19 opened 1 year ago

akshaytuptewar19 commented 1 year ago

The app which is present on https://shiny.posit.co/r/gallery/education/radiant/ contains a browse option to upload data files which will open our local file system but the app which I hosted on the cloud doesn't have this option it's only showing a load file. I have used your GitHub code for it. Do you know how I can add this feature to my app? I have attached screenshots for you to look over. 0 0 github source code: https://github.com/akshaytuptewar19/radiant_

vnijs commented 1 year ago

If you are running Radiant on a server then it should automatically use the "Browse" option where you have access to the user's local file system through a file browser. Setting up Radiant to use the file system on a remote server is possible but that, of course, has security risks if not set up correctly.

vnijs commented 1 year ago

BTW you may want to take a look at the license section at the link below. Radiant is an opensource tool but it does have some restrictions.

https://radiant-rstats.github.io/docs/

License

Radiant is licensed under the AGPLv3. As a summary, the AGPLv3 license requires, attribution, including copyright and license information in copies of the software, stating changes if the code is modified, and disclosure of all source code. Details are in the COPYING file.

The documentation, images, and videos for the radiant.data package are licensed under the creative commons attribution and share-alike license CC-BY-SA. All other documentation and videos on this site, as well as the help files for radiant.design, radiant.basics, radiant.model, and radiant.multivariate, are licensed under the creative commons attribution, non-commercial, share-alike license CC-NC-SA.

akshaytuptewar19 commented 1 year ago

But if select Load data type as a Radiant state file then it's showing browse option but it not showing browse for csv data type why is it so? Screenshot (1103)

akshaytuptewar19 commented 1 year ago

and How can we use csv url option from the radiant app, I have tried to give a google drive CSV file link but it's not working which URL link I have to use for it?

akshaytuptewar19 commented 1 year ago

also can you tell me which package should contain code for uploading dataset file option?