Description Usage Arguments Value
Create a dataframe that splits up the words of column_name to words_column_name
1 | split_column_words_to_new_col(df, column_name, words_column_name)
|
df |
df to apply the split on |
column_name |
column to split |
words_column_name |
name of new column |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.