View source: R/reportfunctions.R
bbChkDataFrame | R Documentation |
Checks weather a Dataframe is empty or not
bbChkDataFrame(data)
data |
a dataframe |
Stefan Bartels, email@biobits.eu
## Not run:
df<-as.data.frame(c("a","b","c"))
bbChkDataFrame(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.