A list of known DuckDB functions.
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>
#>