Skip to contents

A list of known DuckDB functions.

Usage

dd

Format

An object of class list of length 145.

Examples

dd[1:3]
#> $acos
#> function(x = DOUBLE) {
#>   stop("DuckDB function acos() is not available in R.")
#> }
#> <bytecode: 0x55c431c32048>
#> <environment: namespace:dd>
#> 
#> $acosh
#> function(x = DOUBLE) {
#>   stop("DuckDB function acosh() is not available in R.")
#> }
#> <bytecode: 0x55c431c30940>
#> <environment: namespace:dd>
#> 
#> $alias
#> function(expr = ANY) {
#>   stop("DuckDB function alias() is not available in R.")
#> }
#> <bytecode: 0x55c431c2b600>
#> <environment: namespace:dd>
#>