Description Usage Arguments Value Note Examples
Returns a list of columns for the given table/view in the specified database.
1 | listColumns(tableName, databaseName = NULL)
|
tableName |
the qualified or unqualified name that designates a table/view. If no database
identifier is provided, it refers to a table/view in the current database.
If |
databaseName |
(optional) name of the database |
a SparkDataFrame of the list of column descriptions.
since 2.2.0
1 2 3 4 5 | ## Not run:
sparkR.session()
listColumns("mytable")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.