Learn R Programming

imgrec (version 0.1.0)

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
# NOT RUN {
Sys.setenv(gvision_key = "Your Google Vision API key")

gvision_init()
# }
# NOT RUN {



# }

Run the code above in your browser using DataLab