A list of known DuckDB functions.
Examples
dd[1:3]
#> $acos
#> function(x = DOUBLE) {
#> stop("DuckDB function acos() is not available in R.")
#> }
#> <bytecode: 0x5569479de9a8>
#> <environment: namespace:dd>
#>
#> $acosh
#> function(x = DOUBLE) {
#> stop("DuckDB function acosh() is not available in R.")
#> }
#> <bytecode: 0x5569479e0890>
#> <environment: namespace:dd>
#>
#> $alias
#> function(expr = ANY) {
#> stop("DuckDB function alias() is not available in R.")
#> }
#> <bytecode: 0x5569479e2740>
#> <environment: namespace:dd>
#>