Learn R Programming

SqlRender (version 1.19.1)

listSupportedDialects: List the supported target dialects

Description

List the target dialects supported by the translate function.

Usage

listSupportedDialects()

Arguments

Value

A data frame with two columns. The 'dialect' column contains the abbreviation used in SqlRender, and the 'description' column contains a more human-readable description.

Examples

Run this code
listSupportedDialects()

Run the code above in your browser using DataLab