{"id":15520898,"url":"https://github.com/samedwardes/tidyeda","last_synced_at":"2025-04-06T12:13:53.509Z","repository":{"id":104821556,"uuid":"221083787","full_name":"SamEdwardes/tidyeda","owner":"SamEdwardes","description":"A framework and tools for exploratory data analysis.","archived":false,"fork":false,"pushed_at":"2019-11-11T23:38:31.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T17:50:05.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://samedwardes.com/tidyeda/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamEdwardes.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-11T22:46:01.000Z","updated_at":"2019-11-11T23:40:35.000Z","dependencies_parsed_at":"2023-05-30T07:15:27.759Z","dependency_job_id":null,"html_url":"https://github.com/SamEdwardes/tidyeda","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/SamEdwardes%2Ftidyeda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Ftidyeda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Ftidyeda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Ftidyeda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamEdwardes","download_url":"https://codeload.github.com/SamEdwardes/tidyeda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478332,"owners_count":20945267,"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-10-02T10:30:11.129Z","updated_at":"2025-04-06T12:13:53.504Z","avatar_url":"https://github.com/SamEdwardes.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n\nlibrary(dplyr)\n```\n\n# tidyeda\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of tidyeda is to provide a framework and tools for exploratory data analysis (EDA).\n\n## Installation\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"SamEdwardes/tidyeda\")\n```\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r load data}\nlibrary(tidyeda)\ndata(\"iris\")\niris \u003c- dplyr::as_tibble(iris)\nprint(iris)\n```\n\n```{r example}\nlibrary(tidyeda)\niris %\u003e%\n  better_summary()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedwardes%2Ftidyeda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamedwardes%2Ftidyeda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedwardes%2Ftidyeda/lists"}