# Returns a list of catalog available

Returns a list of catalog available.

## Usage

``` r
listCatalogs()
```

## Value

a SparkDataFrame of the list of catalog.

## Note

since 3.4.0

## Examples

``` r
if (FALSE) { # \dontrun{
sparkR.session()
listCatalogs()
} # }
```
