Learn R Programming

imgrec (version 0.1.4)

gvision_init: authorization for Google Vision

Description

Initializes the authorization credentials for the 'Google Vision' API. Needs to be called before using any other functions of imgrec and requires gvision_key as environment variable.

Usage

gvision_init()

Arguments

Value

nothing.

Examples

Run this code
if (FALSE) {
Sys.setenv(gvision_key = "Your Google Vision API key")

gvision_init()
}




Run the code above in your browser using DataLab