no_data_now: Check if data has length and rows

View source: R/utils.R

no_data_nowR 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))

kiernann/metro documentation built on March 15, 2024, 3:26 a.m.