qd_tidy: qd_tidy

Description Usage Arguments Value Examples

View source: R/qd_tidy.R

Description

qd_tidy

Usage

1
qd_tidy(object, item = 1:nrow(object))

Arguments

object

A tibble object produced by qd_read()

item

The row number of drawing to tidy

Value

A tibble object with the x and y coordinate of each stroke

Examples

1
2
apple <- qd_read("apple")
qd_tidy(apple,1)

huizezhang-sherry/quickdraw documentation built on July 17, 2020, 8:40 a.m.