ima_tag: A function to call the tagger option in IMAGA API

Description Usage Arguments Value

View source: R/ima_tag.R

Description

A function to call the tagger option in IMAGA API

Usage

1
2
ima_tag(image_path = "", api_key = api_key, api_secret = api_secret,
  limit_tag = -1, syssleep = 5, rescale = FALSE)

Arguments

image_path

The path where the image is located, it can be a url or a local directory.

api_key

Api Key

api_secret

Api Secret

limit_tag

A number to limit the total n of tags to receive.

syssleep

Modify system sleep. By default 5 to be polite.

rescale

If your image is too big you can rescale it.

Value

Return a data frame containing limit_tag from an image.


VictorSuarezL/imaggar documentation built on Oct. 31, 2019, 12:59 a.m.