R

Contributing Code to the Tidyverse

Contributing code to open source projects can be intimidating. These projects are often widely used and have well known maintainers. Contributing code and having it accepted seems an almost insurmountable task. However if you follow a few simple strategies you can have your code accepted into even the most popular projects in the Tidyverse. Don’t Contribute Code at all The easiest way to contribute to an open source package is not to contribute code at all.

odbc: A modern database interface

Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world’s data is stored in databases, including traditional databases such as SQL Server, MySQL, PostgreSQL, and Oracle, as well as …

Syntax Extensions to R

Proposals for a variety of syntax extensions to R, presented to motivate discussion on possible changes to the future of R.

glue

Interpreted String Literals for R

odbc

Connect to ODBC Compatible Databases (using the DBI Interface).

Database Best Practices

Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world's data is stored in databases of various forms, including traditional databases such as MySQL, PostgreSQL, SQL Server and Oracle, as well …

Database Best Practices

Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world's data is stored in databases of various forms, including traditional databases such as MySQL, PostgreSQL, SQL Server and Oracle, as well …