DESC
command.
Also show the number of rows when the table was last analyzed.
desc(table, tolower=TRUE, dots=FALSE, ...)
dbConnect
.rows
(the
number of rows when the table was last analyzed) and analyzed
(when the table was last analyzed). These attributes are not available
for all Oracle tables, but are more likely to be available when the
main argument table
has the full owner.table format.
...
argument can be used to set username
,
password
, and/or dbname
(see dbConnect
).
Abbrevations like user
and pass are allowed. The default
database name is determined by the environment variable
ORACLE_SID, which can be redefined within an R session using
Sys.setenv(ORACLE_SID="foo")
.
desc
is to Oracle tables as ll
(in package gdata)
is to R data frames. ora
gives an overview of the package.
## Not run:
#
# desc("dual", tolower=FALSE)
#
# desc("all_users")
# ## End(Not run)
Run the code above in your browser using DataLab