target_info: Get information about a target

Description Usage Arguments Value Examples

View source: R/project.R

Description

Get information about a target

Usage

1
target_info(zoltar_connection, target_url)

Arguments

zoltar_connection

A 'ZoltarConnection' object as returned by new_connection

target_url

URL of a target in zoltar_connection's targets

Value

A 'list' of target information for the passed target_url

Examples

1
2
3
4
## Not run: 
  the_target_info <- target_info(conn, "https://www.zoltardata.com/target/3/")

## End(Not run)

zoltr documentation built on April 17, 2020, 1:15 a.m.