User FAQ |
|
|---|---|
FAQ - How is the compatibility of vector types decided? |
|
FAQ - Error/Warning: Some attributes are incompatible |
|
FAQ - Error: Input must be a vector |
|
Developer FAQ |
|
FAQ - How to implement ptype2 and cast methods? (Data frames) |
|
FAQ - How to implement ptype2 and cast methods? |
|
FAQ - Why isn't my class treated as a vector? |
|
FAQ - How does coercion work in vctrs? |
|
FAQ - How does recycling work in vctrs and the tidyverse? |
|
FAQ - Is my class compatible with vctrs? |
|
Internal FAQ |
|
Internal FAQ - Implementation of |
|
Internal FAQ - |
|
Genericity |
|
Find the common type for a pair of vectors |
|
Cast a vector to a specified type |
|
Proxy and restore |
|
Comparison and order proxy |
|
Equality proxy |
|
Foundations |
|
Extract underlying data |
|
Find the prototype of a set of vectors |
|
Number of observations |
|
Vector checks |
|
|
|
List checks |
Combining |
|
Combine many vectors into one vector |
|
Interleave many vectors into one vector |
|
Combine many data frames into one data frame |
|
Name specifications |
|
Slicing and recycling |
|
Initialize a vector |
|
Get or set observations in a vector |
|
Vector recycling |
|
Chopping |
|
Drop empty elements from a list |
|
Assigning |
|
Get or set observations in a vector |
|
Fill in missing values with the previous or following value |
|
Equality and ordering |
|
Equality |
|
Complete |
|
Missing values |
|
Compare two vectors |
|
Sorting |
|
Order and sort vectors |
|
Compute ranks |
|
Matching and splitting |
|
Count unique values in a vector |
|
|
|
Find duplicated values |
Find and count unique values |
|
Find matching observations across vectors |
|
Locate observations matching specified conditions |
|
|
|
Set operations |
Split a vector into groups |
|
Sequences and repetitions |
|
Repeat a vector |
|
Useful sequences |
|
Runs |
|
Create a data frame from all combinations of the inputs |
|
New classes |
|
|
|
|
Data frame |
|
Collect columns for data frame construction |
|
Assemble attributes for data frame construction |
|
Construct a data frame |
|
Coercion between two data frames |
|
User tools |
|
Default value for empty vectors |
|
Developer tools |
|
vctr (vector) S3 class |
|
Vector type as a string |
|
Partial type |
|
|
|
Custom conditions for vctrs package |
rcrd (record) S3 class |
|
Tools for accessing the fields of a record. |
|
Register a method for a suggested dependency |
|
Arithmetic operations |
|
Mathematical operations |
|
A 1d vector of unspecified type |
|
Default cast and ptype2 methods |
|
Retrieve and repair names |
|
Get or set the names of a vector |
|
|
|
Create a vector of locations |
Convert to a base subscript type |
|