slice_col_old | R Documentation |
this function used to slice a column with a separator
slice_col_old( data, column, sep, return_names = NULL, trans = NULL, fill = NULL, replace = FALSE )
data |
specify a dataframe object |
column |
specify the column to be be sliced in quotation marks "" |
sep |
specify a separator to slice the column text with (",",";","-",..) |
return_names |
TRUE/FALSE whether to print the unique column names or not |
trans |
TRUE/FALSE whether to return values or trans form it into 1. |
fill |
specify a value to fill the results NA with |
replace |
whether to replace or not |
Ibrahim H. Elkhidir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.