| vf_non_empty | R Documentation | 
Checks If File Not Empty
vf_non_empty(path, ...)
path | 
 path to file  | 
... | 
 ignored.  | 
writeLines("", '~/filename.csv')
		vf_non_empty('~/filename.csv') 		#  FALSE
writeLines("hi", '~/filename.csv')
		vf_non_empty('~/filename.csv') 	#  TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.