Learn R Programming

traktok (version 0.1.1)

print.traktok_query: Print a traktok query

Description

Print a traktok query as a tree

Usage

# S3 method for traktok_query
print(x, ...)

Value

nothing. Prints traktok query.

Arguments

x

An object of class traktok_query

...

Additional arguments passed to lobstr::tree

Examples

Run this code
query() |>
  query_and(field_name = "hashtag_name",
            operation = "EQ",
            field_values = "rstats") |>
  print()

Run the code above in your browser using DataLab