| .to_df_vector | R Documentation |
Called by to_df.* methods for atomic vector types. Succeeds only when x
was supplied as a named symbol (variable), not as an inline expression. This
prevents data frames with syntactically ugly column names.
.to_df_vector(x, x_expr, x_arg, call, x_class, ...)
x |
The argument to stabilize. |
x_expr |
|
x_arg |
|
call |
|
x_class |
|
... |
Arguments passed to methods. |
A one-column data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.