na.action | R Documentation |
NA
values in data'na.omit' returns the object with incomplete cases removed.
## S4 method for signature 'db.obj'
na.omit(object, vars = NULL, ...)
object |
A |
vars |
An array of strings, default is |
... |
Further arguments, not implemented yet. |
A db.Rquery
object, which wraps the operation that filters the NA
values from the columns vars
in object
.
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
## Not run:
## set up the database connection
## Assume that .port is port number and .dbname is the database name
cid <- db.connect(port = .port, dbname = .dbname, verbose = FALSE)
delete("abalone", conn.id = cid)
dat <- as.db.data.frame(abalone, "abalone", conn.id = cid, verbose = FALSE)
db.disconnect(cid, verbose = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.