This function is used as a stand-in for an element modifying function that does nothing special to the data except place it in a data.frame.
defer(...)
... | Named arguments |
---|
A data.frame
#> List of 8 #> $ colour : NULL #> $ size : NULL #> $ linetype : NULL #> $ lineend : NULL #> $ arrow : logi FALSE #> $ inherit.blank: logi FALSE #> $ n : num 50 #> $ fun :function (...) #> - attr(*, "class")= chr [1:3] "element_line_seq" "element_line" "element"