Learn R Programming

iptmnetr (version 0.1.8)

set_host_url: Set the url of iPTMnet API server.

Description

This function can be used to change the URL to use your own self hosted instance of iPTMnet API server.

Usage

set_host_url(url)

Arguments

url

A string representing the new iTPMnet api server URL.

Examples

Run this code
# NOT RUN {
set_host_url("http://www.example.com")
# }

Run the code above in your browser using DataLab