cleanURL {Rexperigen}R Documentation

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

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

## End(Not run)



[Package Rexperigen version 0.2.1 Index]