Learn R Programming

metro (version 0.9.3)

no_data_now: Check if data has length and rows

Description

Check if data has length and rows

Usage

no_data_now(x)

Arguments

x

A data frame or list to check

Examples

Run this code
no_data_now(data.frame())
no_data_now(data.frame(a = 1))

Run the code above in your browser using DataLab