Skip to contents

Read the file that contains your instance and the API key for it (if needed), instead of having to execute the set_config() wizard again.

Usage

import_config(file)

Arguments

file

.json file generated by set_config() with the needed information

Examples

if (FALSE) { # \dontrun{
import_config("my-custom-instance.json")
} # }