Learn R Programming

shinyr (version 0.4.2)

getDataInsight: 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)

Value

list of details of data

Arguments

temp

data frame

Author

Jayachandra N

Details

getDataInsight

Examples

Run this code
getDataInsight(mtcars)
getDataInsight(iris)

Run the code above in your browser using DataLab