remove_lbls_from_df {ready4} | R Documentation |
Remove labels from dataframe
Description
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).
Usage
remove_lbls_from_df(data_df)
Arguments
data_df |
Data (a data.frame) |
Value
Unlabelled data (a data.frame)
[Package ready4 version 0.1.9 Index]