Description Usage Arguments Details Value See Also Examples
This function may be used to set or unset whether a data frame is in no strings attached mode, potentially speeding up various operations.
| 1 | 
| .self | Data frame | 
| enabled | TRUE to enable, FALSE to disable. Defaults to TRUE. | 
This function will place a data frame in no strings attached mode, which disables translation of character values to and from numeric representation. This allows for much faster calculations.
Data frame
Other data manipulations: mutate,
reduce, summarise,
transmute, within_group,
within_node
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.