Experigen has been using some URL cleaning since version 1. This function asks the server (if version >= 2) to return how it would clean the given URL. For older versions, you still have to replace /'s and stuff by .'s by yourself, sorry!
cleanURL(sourceURL)
Arguments
sourceURL: The source URL to clean
Returns
The cleaned URL
Examples
## Not run:cleanURL("https://s3.amazonaws.com/myexperiment/index.html")## End(Not run)