ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

library(tidyverse) library(palmerpenguins) penguins <- palmerpenguins::penguins ggplot(penguins, aes( x = species, y = body_mass_g, fill = species)) + geom_boxplot()+ theme_bw() + xlab ("Species") + ylab ("Body Mass (g)") + ggtitle("Body Mass of Penguins by Species")

Oct 8, 2024, 9:21 PM

Record data

{
  "uri": "at://did:plc:k5tkwyi4w2isctghvfxaom3p/app.bsky.feed.post/3l5zqwv4q3v2o",
  "cid": "bafyreibwoskxjxvs7uovo5l7gnayozdxwobq5uz2bnky6lzilgwhk5nham",
  "value": {
    "text": "library(tidyverse)\nlibrary(palmerpenguins)\npenguins <- palmerpenguins::penguins\nggplot(penguins, aes( x = species, y = body_mass_g, fill = species)) + geom_boxplot()+\n  theme_bw()  +\n  xlab (\"Species\") +\n   ylab (\"Body Mass (g)\") +\n  ggtitle(\"Body Mass of Penguins by Species\")",
    "$type": "app.bsky.feed.post",
    "langs": [
      "en"
    ],
    "reply": {
      "root": {
        "cid": "bafyreigoxb5erriyhcgbmohzhb6erwsxptkqnyac4coqojg2fk2b7bhobm",
        "uri": "at://did:plc:k5tkwyi4w2isctghvfxaom3p/app.bsky.feed.post/3l5zpfn7rer22"
      },
      "parent": {
        "cid": "bafyreigoxb5erriyhcgbmohzhb6erwsxptkqnyac4coqojg2fk2b7bhobm",
        "uri": "at://did:plc:k5tkwyi4w2isctghvfxaom3p/app.bsky.feed.post/3l5zpfn7rer22"
      }
    },
    "createdAt": "2024-10-08T21:21:48.839Z"
  }
}