Skip to content

Instantly share code, notes, and snippets.

View millerh1's full-sized avatar
🤖
Teaching science to robots

Henry E. Miller millerh1

🤖
Teaching science to robots
View GitHub Profile
@millerh1
millerh1 / minimal_polyglot_rmd.Rmd
Created March 3, 2022 00:00
Polyglot Python + R RMarkdown example
---
title: "Minimal examples of polyglot Rmd"
author: "Henry Miller"
date: "3/2/2022"
output: html_document
---
## Minimal example of polyglot python + R in RMarkdown
First, we load the `iris` dataset using seaborn in **python**: