Learn R Programming

zoltr (version 1.0.2)

target_info: Get information about a target

Description

Get information about a target

Usage

target_info(zoltar_connection, target_url)

Value

A list of target information for the passed target_url

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

target_url

URL of a target in zoltar_connection's targets

Examples

Run this code
if (FALSE) {
  the_target_info <- target_info(conn, "https://www.zoltardata.com/api/target/3/")
}

Run the code above in your browser using DataLab