All Projects → chuvanan → rdatatable-cookbook

chuvanan / rdatatable-cookbook

Licence: other
Recipes for using R's data.table package

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to rdatatable-cookbook

Usd Cookbook
USD Example Projects
Stars: ✭ 223 (+430.95%)
Mutual labels:  recipes
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+8400%)
Mutual labels:  recipes
chef-transformer
Chef Transformer 🍲 .
Stars: ✭ 29 (-30.95%)
Mutual labels:  recipes
handbook
📙 ErgoServ Developer's Handbook - a collection of guides, recipes, and scripts for helping you get things done, better.
Stars: ✭ 46 (+9.52%)
Mutual labels:  recipes
scrape-schema-recipe
Scrapes recipes from HTML https://schema.org/Recipe (Microdata/JSON-LD) into Python dictionaries.
Stars: ✭ 43 (+2.38%)
Mutual labels:  recipes
RecipeManagerApi
A tool to manage your families and friends recipes like a chef.
Stars: ✭ 32 (-23.81%)
Mutual labels:  recipes
Usd Build Club
This project includes recipes to build Pixar's Universal Scene Description, its Python bindings, and all necessary prerequisites on Mac and Windows
Stars: ✭ 206 (+390.48%)
Mutual labels:  recipes
summer
🍦 Summer is a simple Jekyll theme with a photo sidebar.
Stars: ✭ 30 (-28.57%)
Mutual labels:  recipes
Recipe-Scraper
A JS package for scraping recipes from the web.
Stars: ✭ 78 (+85.71%)
Mutual labels:  recipes
birdskitchen
A Desktop Recipe Manager application using Electron & React.
Stars: ✭ 64 (+52.38%)
Mutual labels:  recipes
przepisy-programisty
Sernik i inne przepisy programisty: precyzyjne, powtarzalne i przepyszne!
Stars: ✭ 117 (+178.57%)
Mutual labels:  recipes
cget-recipes
Recipes for cget
Stars: ✭ 17 (-59.52%)
Mutual labels:  recipes
Minecord
A lightweight but powerful Minecraft Discord bot with recipe lookup, server pings, name history, skin renders, and more.
Stars: ✭ 30 (-28.57%)
Mutual labels:  recipes
Qliksense Extension Tutorial
A comprehensive tutorial how to create Qlik Sense Visualization Extensions.
Stars: ✭ 244 (+480.95%)
Mutual labels:  recipes
Przepisy
Lista moich przepisów kulinarnych [List of my cooking recipes, in Polish]
Stars: ✭ 20 (-52.38%)
Mutual labels:  recipes
Opendrinks
🍸 Open Source Drinks! Add your own recipe in a pull request! Inspired by 🎃Hacktoberfest!
Stars: ✭ 218 (+419.05%)
Mutual labels:  recipes
ingredients
Extract recipe ingredients from any recipe website on the internet.
Stars: ✭ 96 (+128.57%)
Mutual labels:  recipes
Yemek-Yemek-App
🍔 The Flutter App provides some foods, recipes, favorite recipes of users and suggestion of recipe.
Stars: ✭ 34 (-19.05%)
Mutual labels:  recipes
homebrew
Real homebrew!
Stars: ✭ 21 (-50%)
Mutual labels:  recipes
patientcounter
fast, flexible patient census tables. Quickly count patients or resources by interval. No SQL, no problem.
Stars: ✭ 19 (-54.76%)
Mutual labels:  rdatatable

data.table cookbook

This is a clone of the fantastic Pandas cookbook by Julia Evans, but using the excellent R's data.table package.

This cookbook provides you with concrete examples of analyzing real-world data so that you'll find it easier to getting started with data.table.

I am surprised that Julia's repo currently has about 4.1k stars (as of Oct 2019). To put the number in perspective, two of the most popular R packages dplyr and ggplot2 has 3.1k and 4.1k stars respectively (data.table , by the way, has been starred 2.1k times).

This project is my attempt to increase the reach of R in general and data.table in particular, especially to beginners. I try my best to keep the work of Julia as original as possible and also provide more detailed explanation where necessary. Of course, all remaining errors are mine.

table of contents

how to use this cookbook

  • The easiest way is to clone the repository to your local computer. You need the latest version of R (3.6.1) installed before you do the following instructions.

If you prefer working on command line:

git clone https://github.com/chuvanan/rdatatable-cookbook.git
cd rdatatable-cookbook # move to cookbook directory
R # start R session, right after initiation R will attempt to install `renv` (locally)
renv::restore() # restore all dependencies

In case you are more comfortable on RStudio, you need to set folder rdatatable-cookbook as working directory and run renv::init() and later renv::restore().

  • The above code will download the repository to your machine. And the great renv package will do the critical job that makes sure you have all required packages to run the code yourself.

  • All R Markdown files are stored in folder cookbook. You are ready to go.

contribute!

  • I would love your feedback on anything. Just drop me an email or send a pull request.

license

translations

  • A Vietnamese version of this repo can be found here (work in progress).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].