array_to_df {joker} | R Documentation |
Turn an array to a data.frame
Description
This function turns an array to a data.frame. It is used by the
small_metrics()
and large_metrics()
functions.
Usage
array_to_df(x)
Arguments
x |
array. |
Value
data.frame.
[Package joker version 0.14.2 Index]