Inspect given data frame in Student Analytics VU.
df_inspect.Rd
For each variable it returns: Quantity and percentage of zeros (q_zeros and p_zeros respectevly). Same metrics for NA values (q_NA/p_na), and infinite values (q_inf/p_inf). Last two columns indicates data type and quantity of unique values. The standard deviation, variance, Q1/Median/Q3 & IQR, Min/Max and Mean. This function prints and returns the results. It is based on the funModeling package.