Skip to content

cynkra/dd

Repository files navigation

dd

DuckDB

The goal of dd is to provide documentation for DuckDB’s functions, and later also an easy way to test them. It is meant to be used in conjunction with duckplyr and duckdb.

These pages document the functions of DuckDB 1.5.5.

Installation

You can install the development version of dd like so:

pak::pak("cynkra/dd")

Example

library(dd)
dd$acos
#> function(x = DOUBLE) {
#>   stop("DuckDB function acos() is not available in R.")
#> }
#> <bytecode: 0xdeadbeef>
#> <environment: namespace:dd>

help(acos, package = "dd")
DuckDB function acos

Description:

     Computes the arccosine of x.

Usage:

     acos(x)
     
Arguments:

       x: 'DOUBLE'

Value:

     'DOUBLE'

SQL examples:

     acos(0.5)

About

Documentation for all DuckDB functions

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages