crunch (version 1.30.4)

setCrunchAPI: Change which server to point to

Description

A convenience function for changing where you want the Crunch package to try to connect to.

Usage

setCrunchAPI(subdomain, port = NULL)

Value

nothing

Arguments

subdomain

the subdomain to use

port

on optional port to use

Examples

Run this code
setCrunchAPI("local", 8080)
setCrunchAPI("app")

Run the code above in your browser using DataLab