| casting | R Documentation | 
Casting
## S3 method for class 'v_count' vec_ptype2(x, y, ...) ## S3 method for class 'v_count' vec_cast(x, to, ...) ## S3 method for class 'v_continuous' vec_ptype2(x, y, ...) ## S3 method for class 'v_continuous' vec_cast(x, to, ...) ## S3 method for class 'v_continuous_nonneg' vec_ptype2(x, y, ...) ## S3 method for class 'v_continuous_nonneg' vec_cast(x, to, ...) ## S3 method for class 'v_binary' vec_ptype2(x, y, ...) ## S3 method for class 'v_binary' vec_cast(x, to, ...) ## S3 method for class 'v_nominal' vec_ptype2(x, y, ...) ## S3 method for class 'v_nominal' vec_cast(x, to, ...) ## S3 method for class 'v_ordered' vec_ptype2(x, y, ...) ## S3 method for class 'v_ordered' vec_cast(x, to, ...) ## S3 method for class 'v_proportion' vec_ptype2(x, y, ...) ## S3 method for class 'v_proportion' vec_cast(x, to, ...) ## S3 method for class 'v_rcensored' vec_ptype2(x, y, ...) ## S3 method for class 'v_rcensored' vec_cast(x, to, ...)
x | 
 Vector types.  | 
y | 
 Vector types.  | 
... | 
 These dots are for future extensions and must be empty.  | 
to | 
 Type to cast to. If   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.