getDataInsight {shinyr} | R Documentation |
get Data Insights
Description
Get detailed insights about the data like number of rows, columns and some basic statistics such as mean
Usage
getDataInsight(temp)
Arguments
temp |
data frame |
Details
getDataInsight
Value
list of details of data
Author(s)
Jayachandra N
Examples
getDataInsight(mtcars)
getDataInsight(iris)
[Package shinyr version 0.4.2 Index]