cleanURL {Rexperigen} | R Documentation |
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)
sourceURL |
The source URL to clean |
The cleaned URL
## Not run: cleanURL("https://s3.amazonaws.com/myexperiment/index.html") ## End(Not run)