Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


Rexperigen (version 0.2.1)

cleanURL: Returns the cleaned source URL.

Description

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!

Usage

cleanURL(sourceURL)

Arguments

sourceURL
The source URL to clean

Value

The cleaned URL

Examples

Run this code
## Not run: 
# cleanURL("https://s3.amazonaws.com/myexperiment/index.html")
# ## End(Not run)


Run the code above in your browser using DataLab