remove_lbls_from_df | R Documentation |
remove_lbls_from_df() is a Remove function that edits an object, removing a specified element or elements. Specifically, this function implements an algorithm to remove labels from dataframe. The function returns Unlabelled data (a data.frame).
remove_lbls_from_df(data_df)
data_df |
Data (a data.frame) |
Unlabelled data (a data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.