Skip to contents

Opens the Nettskjema client creation URL in the default web browser.

Usage

ns_create_client()

Value

NULL. Opens the client creation page in a browser.

Details

Use this function to create a new client for accessing Nettskjema APIs.

Examples

if (FALSE) { # \dontrun{
ns_create_client()
} # }