Learn R Programming

FlowRepositoryR (version 1.4.0)

getFlowRepositoryURL: Get FlowRepository URL addresss.

Description

This function returns the FlowRepository URL. Unless the URL has been changed by the setFlowRepositoryURL, this function will return "https://flowrepository.org/".

Usage

getFlowRepositoryURL()

Arguments

Value

An object of class character containing the FlowRepository URL.

Details

FlowRepository URL is being stored with other settings in a global environment in the library namespace. The getFlowRepositoryURL and setFlowRepositoryURL are being used to get and set the URL, respectively.

References

Spidlen Josef. FlowRepository Resources for Developers. http://flowrepository.org/developers

See Also

setFlowRepositoryURL

Examples

Run this code
    getFlowRepositoryURL()

Run the code above in your browser using DataLab