Description Usage Arguments Lifecycle Examples
type_sum()
gives a brief summary of object type. Objects that commonly
occur in a data frame should return a string with four or less characters.
For most inputs, the argument is forwarded to vctrs::vec_ptype_abbr()
.
obj_sum()
also includes the size of the object if vctrs::vec_is()
is TRUE
.
1 2 3 |
x |
an object to summarise. Generally only methods of atomic vectors and variants have been implemented. |
type_sum()
is in the "questioning" stage, because vctrs::vec_ptype_abbr()
provides essentially the same functionality based on a robust framework.
The generic will remain available for a while.
Users and implementers are encouraged to consider vctrs::vec_ptype_abbr()
once it becomes stable.
1 2 3 4 5 |
[1] "int [10]"
[1] "int [10 x 1]"
[1] "date [1]"
[1] "dttm [1]"
[1] "fn"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.