Useful Links
Computer Science
Programming
By Language
R Programming
1. Introduction to R
2. Setting Up the R Environment
3. R Fundamentals
4. R Data Types
5. R Data Structures
6. Data Import and Export
7. Data Manipulation with Base R
8. Data Manipulation with Tidyverse
9. Programming Constructs in R
10. Data Visualization
11. Statistical Analysis in R
12. Reproducible Research and Reporting
13. Package Management and Development
14. Advanced R Programming
Reproducible Research and Reporting
Literate Programming Concepts
Code and Documentation Integration
Reproducibility Principles
Version Control Integration
R Markdown Fundamentals
Markdown Syntax
Headers and Subheaders
Text Formatting
Lists and Tables
Links and Images
R Markdown Document Structure
YAML Header
Output Formats
Document Options
Metadata
Text Sections
Code Chunks
Code Chunk Options
Chunk Labels
Execution Options (`eval`, `echo`)
Output Options (`results`, `message`, `warning`)
Figure Options (`fig.width`, `fig.height`)
Caching Options
Inline R Code
Embedding R Results in Text
Dynamic Value Insertion
Output Formats
HTML Documents
Interactive Elements
CSS Styling
Table of Contents
PDF Documents
LaTeX Integration
Mathematical Notation
Professional Formatting
Word Documents
Template Usage
Reference Documents
Presentations
HTML Presentations
PDF Presentations
Interactive Slides
Advanced R Markdown
Parameterized Reports
Parameter Definition
Dynamic Report Generation
Child Documents
Document Modularization
Reusable Components
Custom Output Formats
Format Development
Template Customization
Bookdown for Long Documents
Multi-chapter Documents
Cross-references
Bibliography Management
Introduction to Shiny
Shiny Application Structure
UI (User Interface)
Server Logic
Application Execution
Reactive Programming
Reactive Values
Reactive Expressions
Observers
Input and Output Widgets
Input Controls
Output Displays
Layout Functions
Deployment Options
Local Deployment
Shiny Server
Cloud Deployment
Previous
11. Statistical Analysis in R
Go to top
Next
13. Package Management and Development