https://github.com/hrbrmstr/wpe-plot
📉 2023-04-28 WPE Companion Repo
https://github.com/hrbrmstr/wpe-plot
observable observable-plot r rstats
Last synced: 12 months ago
JSON representation
📉 2023-04-28 WPE Companion Repo
- Host: GitHub
- URL: https://github.com/hrbrmstr/wpe-plot
- Owner: hrbrmstr
- License: mit
- Created: 2023-04-28T18:04:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T21:39:23.000Z (over 2 years ago)
- Last Synced: 2025-03-27T02:43:43.381Z (about 1 year ago)
- Topics: observable, observable-plot, r, rstats
- Language: HTML
- Homepage: https://dailyfinds.hrbrmstr.dev/p/drop-250-2023-04-28-weekend-project
- Size: 1.95 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wpe-plot
This is the companion repo to [this week’s Daily Drop Weekend Project
Edition](https://dailyfinds.hrbrmstr.dev/p/drop-250-2023-04-28-weekend-project).
Choose your own adventure!
## Observable
I made [this
notebook](https://observablehq.com/@hrbrmstr/2023-04-28-daily-drop-weekend-project-edition-observable-no)
that includes all the data and examples used by both local projects.
## vanilla-vite
In this directory is a vanilla JS project wrapped with Vite for easier
playing around.
Read back through some of my [WebR
Experiments](https://rud.is/webr-experiments/) if you need a Vite
refresher. You can also just reorg the files/code a bit to serve it from
a simple web server. However, I suggest changing to the directory and:
``` bash
npm init
npm run dev
```
and then hacking away
## quarto
This is a Quarto document with the same basic structure. I didn’t repeat
the ggplot2 references, so look at the `index.html` in the
`vanilla-vite` directory to see the ggplot2 references.