MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20240417195349|802",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 812,
                "ns": 6,
                "title": "File:Gganimation.gif",
                "pageid": 693,
                "logpage": 693,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Brb",
                "timestamp": "2024-05-27T19:12:42Z",
                "comment": "<syntaxhighlight lang='r'>\nlibrary(gganimate)\nlibrary(ggplot2)\nlibrary(tidyverse)\nlibrary(ggimage)\n\ndata_link <- \"https://raw.githubusercontent.com/goodekat/presentations/master/2019-isugg-gganimate-spooky/bat-data/bats-subset.csv\"\n\nbats <- read.csv(data_link) %>% \n  mutate(id = factor(id))\n\nbat_image_link <- \"https://upload.wikimedia.org/wikipedia/en/a/a9/MarioNSMBUDeluxe.png\"\n\nanimation <- bats %>%\n  mutate(image = bat_image_link) %>%\n  filter(id == 1) %>%\n  ggplot(aes(x = longitude, y = la..."
            },
            {
                "logid": 811,
                "ns": 6,
                "title": "File:Gganimation.gif",
                "pageid": 693,
                "logpage": 693,
                "params": {
                    "img_sha1": "4hd4pb7asqqqtz3lfkz35mncehk990l",
                    "img_timestamp": "2024-05-27T19:12:42Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Brb",
                "timestamp": "2024-05-27T19:12:42Z",
                "comment": "<syntaxhighlight lang='r'>\nlibrary(gganimate)\nlibrary(ggplot2)\nlibrary(tidyverse)\nlibrary(ggimage)\n\ndata_link <- \"https://raw.githubusercontent.com/goodekat/presentations/master/2019-isugg-gganimate-spooky/bat-data/bats-subset.csv\"\n\nbats <- read.csv(data_link) %>% \n  mutate(id = factor(id))\n\nbat_image_link <- \"https://upload.wikimedia.org/wikipedia/en/a/a9/MarioNSMBUDeluxe.png\"\n\nanimation <- bats %>%\n  mutate(image = bat_image_link) %>%\n  filter(id == 1) %>%\n  ggplot(aes(x = longitude, y = la..."
            },
            {
                "logid": 810,
                "ns": 6,
                "title": "File:Pca ggplot2.png",
                "pageid": 692,
                "logpage": 692,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Brb",
                "timestamp": "2024-05-23T13:58:50Z",
                "comment": "<syntaxhighlight lang='r'>\ndf <- iris[, 1:4]  # exclude \"Species\" column\n\npca_res <- prcomp(df, scale = TRUE)\n\nggplot(iris, \n       aes(x = pca_res$x[,1], \n           y = pca_res$x[,2], \n           color = Species)) +\n  geom_point() +\n  stat_ellipse()\n</syntaxhighlight>"
            },
            {
                "logid": 809,
                "ns": 6,
                "title": "File:Pca ggplot2.png",
                "pageid": 692,
                "logpage": 692,
                "params": {
                    "img_sha1": "sr76itrfvv79jhg5c5lpm1ctywzieo4",
                    "img_timestamp": "2024-05-23T13:58:50Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Brb",
                "timestamp": "2024-05-23T13:58:50Z",
                "comment": "<syntaxhighlight lang='r'>\ndf <- iris[, 1:4]  # exclude \"Species\" column\n\npca_res <- prcomp(df, scale = TRUE)\n\nggplot(iris, \n       aes(x = pca_res$x[,1], \n           y = pca_res$x[,2], \n           color = Species)) +\n  geom_point() +\n  stat_ellipse()\n</syntaxhighlight>"
            },
            {
                "logid": 808,
                "ns": 6,
                "title": "File:Rtools44.png",
                "pageid": 691,
                "logpage": 691,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Brb",
                "timestamp": "2024-05-08T19:18:17Z",
                "comment": ""
            },
            {
                "logid": 807,
                "ns": 6,
                "title": "File:Rtools44.png",
                "pageid": 691,
                "logpage": 691,
                "params": {
                    "img_sha1": "fh1yqk6ccqpy1h1rvhbc6rxpmt2ndd9",
                    "img_timestamp": "2024-05-08T19:18:17Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Brb",
                "timestamp": "2024-05-08T19:18:17Z",
                "comment": ""
            },
            {
                "logid": 806,
                "ns": 6,
                "title": "File:Polygon.png",
                "pageid": 690,
                "logpage": 690,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Brb",
                "timestamp": "2024-04-23T21:31:22Z",
                "comment": "<syntaxhighlight lang='r'>\nplot(c(1, 9), 1:2, type = \"n\")\npolygon(1:9, c(2,1,2,1,NA,2,1,2,1),\n        col = c(\"red\", \"blue\"),\n        border = c(\"green\", \"yellow\"),\n        lwd = 3, lty = c(\"dashed\", \"solid\"))\n</syntaxhighlight>"
            },
            {
                "logid": 805,
                "ns": 6,
                "title": "File:Polygon.png",
                "pageid": 690,
                "logpage": 690,
                "params": {
                    "img_sha1": "8nka94cjz3sh8lmrg5ikndix3f8fih1",
                    "img_timestamp": "2024-04-23T21:31:22Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Brb",
                "timestamp": "2024-04-23T21:31:22Z",
                "comment": "<syntaxhighlight lang='r'>\nplot(c(1, 9), 1:2, type = \"n\")\npolygon(1:9, c(2,1,2,1,NA,2,1,2,1),\n        col = c(\"red\", \"blue\"),\n        border = c(\"green\", \"yellow\"),\n        lwd = 3, lty = c(\"dashed\", \"solid\"))\n</syntaxhighlight>"
            },
            {
                "logid": 804,
                "ns": 6,
                "title": "File:Venn4.png",
                "pageid": 689,
                "logpage": 689,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Brb",
                "timestamp": "2024-04-23T18:49:53Z",
                "comment": "<syntaxhighlight lang='r'>\nlibrary(venn)\nset.seed(12345)\nx <- list(First = 1:40, Second = 15:60, Third = sample(25:50, 25), \n          Fourth=sample(15:65, 35))\nvenn(x, ilabels = \"counts\", zcolor = \"style\")\n</syntaxhighlight>"
            },
            {
                "logid": 803,
                "ns": 6,
                "title": "File:Venn4.png",
                "pageid": 689,
                "logpage": 689,
                "params": {
                    "img_sha1": "ifubw83rlm2k1f65qibwwnw4x195jfu",
                    "img_timestamp": "2024-04-23T18:49:53Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Brb",
                "timestamp": "2024-04-23T18:49:53Z",
                "comment": "<syntaxhighlight lang='r'>\nlibrary(venn)\nset.seed(12345)\nx <- list(First = 1:40, Second = 15:60, Third = sample(25:50, 25), \n          Fourth=sample(15:65, 35))\nvenn(x, ilabels = \"counts\", zcolor = \"style\")\n</syntaxhighlight>"
            }
        ]
    }
}