Search Books

Database Programming Using R

Author Agus Kurniawan
Publisher PE Press
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
Price not listed
🛒 Buy New on Amazon 🇺🇸
Share:
Book Details
PublisherPE Press
ISBN / ASINB00RIYFLUA
ISBN-13978B00RIYFLU2
Sales Rank836,856
MarketplaceUnited States 🇺🇸

Description

RDBMS (Relational Database Management System) data is structured in database tables, fields and records. It's a great if we can combine R and RDMS as data storage. This book helps you how to get started with Database programming using R. It uses MySQL, SQL Server and Oracle for database illustration. The following is highlight topics of the book:
* Preparing Development Environment
* R Configuration for Database Server
* Database Table Operations (CRUD - Create, Read, Update, and Delete)
* Stored Procedures
* Working with Image and Binary Data
* Transactions