Write directly to a static web resource folder with a R

awdursun
Level 2
Write directly to a static web resource folder with a R

Is it possible to write directly to a static web resource folder within an R notebook?

I would like to save a ggplot output as a .png file to a subfolder in the static web resource folder at local-static/applications/images/annotations, but I only know how to save it to a local folder using dkuManagedFolderUploadPath.  When I do this, I need to manually download the image and then upload it to the static web resource folder.  This is a clunky process that could be avoided if I wrote directly to the static web resource folder.

0 Kudos
0 Replies