vd_non_empty: Checks If Dir Not Empty

View source: R/vd_non_empty.R

vd_non_emptyR Documentation

Checks If Dir Not Empty

Description

Checks If Dir Not Empty

Usage

vd_non_empty(path, ...)

Arguments

path

path to Dir

...

ignored.

Examples

dir.create("~/totally_rad_man")
	  vd_non_empty("~/totally_rad_man") 	#  FALSE
writeLines("hi", '~/filename1.csv')
	  vd_non_empty('~/filename1.csv') 	    #  TRUE

steventsimpson/valiData documentation built on Jan. 27, 2023, 2:11 p.m.