no_data_now {metro}R Documentation

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

no_data_now(data.frame())
no_data_now(data.frame(a = 1))

[Package metro version 0.9.3 Index]