Description Usage Details See Also Examples
function to get the location of the attachment to a File
1 | getFileLocation(fileObject)
|
Returns a string which is the path to the file attached to a File object. If the File 'links' to an external URL (not downloaded to the local file system), returns the URL itself.
1 2 3 4 5 | ## Not run:
file<-synGet("syn123456")
filePath<-getFileLocation(file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.