cleanURL: Returns the cleaned source URL.

Description Usage Arguments Value Examples

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

1
cleanURL(sourceURL)

Arguments

sourceURL

The source URL to clean

Value

The cleaned URL

Examples

1
2
3
4
## Not run: 
cleanURL("https://s3.amazonaws.com/myexperiment/index.html")

## End(Not run)

aquincum/Rexperigen documentation built on May 10, 2019, 12:45 p.m.