{"id":13858445,"url":"https://github.com/padpadpadpad/dataViewer","last_synced_at":"2025-07-13T23:32:30.538Z","repository":{"id":128932670,"uuid":"70333180","full_name":"padpadpadpad/dataViewer","owner":"padpadpadpad","description":"An RStudio Addin for visualising data, exploratory analyses, and identifying outliers","archived":false,"fork":false,"pushed_at":"2018-01-29T12:06:14.000Z","size":4277,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-06T03:05:29.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padpadpadpad.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-08T13:32:41.000Z","updated_at":"2017-06-21T14:41:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a05281b-3e6d-4483-a426-93aa9ad0e1a8","html_url":"https://github.com/padpadpadpad/dataViewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padpadpadpad%2FdataViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padpadpadpad%2FdataViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padpadpadpad%2FdataViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padpadpadpad%2FdataViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padpadpadpad","download_url":"https://codeload.github.com/padpadpadpad/dataViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225929947,"owners_count":17547082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-05T03:02:08.932Z","updated_at":"2024-11-22T16:31:09.350Z","avatar_url":"https://github.com/padpadpadpad.png","language":"R","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# dataViewer\n\n__Daniel Padfield,__ dp323@exeter.ac.uk\n\nAn RStudio Addin for data visualisation, exploratory analysis and identifying outliers.\n\n## Issues and suggestions\n\nPlease report any issues or suggestions in the issues tab [here](https://github.com/padpadpadpad/dataViewer/issues)\n\nMac : [![Build Status](https://travis-ci.org/padpadpadpad/dataViewer.svg?branch=master)](https://travis-ci.org/padpadpadpad/dataViewer)\n\n## Overview and installation\n\ndataViewer is a package containing an RStudio addin that allows for visualisation of large datasets, exploratory analyses and easier identification of points of interest within the dataset.\n\n```{r eval = F}\ndevtools::install_github('padpadpadpad/dataViewer')\n\nlibrary(dataViewer)\n```\n\n## Quick set up\n\n`dataViewer::dataViewer()` opens up an RStudio addin and allows for interactive point selection. These features could be useful for outlier detection, exploring your dataset or simply identifying points that need further investigation.\n\nSo lets see how it works with the `diamonds` dataset from `ggplot2`.\n\n```{r eval = F}\ndata(\"diamonds\")\n\ndataViewer(diamonds, x = 'carat', y = 'price', id_col = 'cut')\n```\n\nThis opens an RStudio addin which plots `price ~ carat` with a different plot for each value of `cut`.\n\nYou can click single points and select multiple points using a click and drag box. And after you click DONE, the points you've selected get returned to R!\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src='gifs/dataViewer_gifstart.gif'/\u003e\n\u003c/p\u003e\n\n\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadpadpadpad%2FdataViewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadpadpadpad%2FdataViewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadpadpadpad%2FdataViewer/lists"}