{"id":13941942,"url":"https://github.com/RhoInc/datadigest","last_synced_at":"2025-07-20T05:31:31.015Z","repository":{"id":56937161,"uuid":"92867506","full_name":"RhoInc/datadigest","owner":"RhoInc","description":"Concise interactive data summaries in R","archived":false,"fork":false,"pushed_at":"2020-02-24T21:50:29.000Z","size":377,"stargazers_count":58,"open_issues_count":16,"forks_count":9,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-27T11:37:35.693Z","etag":null,"topics":["htmlwidgets","r","rstudio-addin","shiny"],"latest_commit_sha":null,"homepage":"https://rhoinc.github.io/web-codebook/test-page/default/","language":"JavaScript","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/RhoInc.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2017-05-30T19:14:35.000Z","updated_at":"2024-10-04T06:26:50.000Z","dependencies_parsed_at":"2022-08-21T07:20:36.776Z","dependency_job_id":null,"html_url":"https://github.com/RhoInc/datadigest","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/RhoInc/datadigest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhoInc%2Fdatadigest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhoInc%2Fdatadigest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhoInc%2Fdatadigest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhoInc%2Fdatadigest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RhoInc","download_url":"https://codeload.github.com/RhoInc/datadigest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhoInc%2Fdatadigest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"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":["htmlwidgets","r","rstudio-addin","shiny"],"created_at":"2024-08-08T02:01:37.065Z","updated_at":"2025-07-20T05:31:25.987Z","avatar_url":"https://github.com/RhoInc.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Travis-CI Build Status](https://travis-ci.org/RhoInc/datadigest.svg?branch=master)](https://travis-ci.org/RhoInc/datadigest)\n\n# Data Digest\n\nThe **datadigest** package provides a simple interactive framework for exploring data. You can:\n- Try it out at the [demo site](https://rhoinc.github.io/viz-library/examples/0009-web-codebook-demo/example.html)\n- Run it yourself using the [sample code below](https://github.com/RhoInc/codebook#usage). \n- Read more in the [manuscript](https://phusewiki.org/docs/2018_US%20Connect18/DV%20STREAM/dv12%20final.pdf)\n- Get technical details in the [wiki](https://github.com/RhoInc/codebook/wiki)\n- Check out the associated [web-codebook](https://github.com/RhoInc/web-codebook) github repo\n- Explore common use cases in the [vignette](https://cran.r-project.org/web/packages/datadigest/vignettes/datadigest.html)\n- View the R package page on [CRAN](https://cran.r-project.org/web/packages/datadigest/index.html)\n- See a screenshot below\n\n![codebook image](https://user-images.githubusercontent.com/14199771/43269882-ccc06a26-90c1-11e8-9026-a91d67a57fcf.png)\n\n## Usage\n\nInstalling and using datadigest typically only requires a few lines of code. To summarize a single file: \n\n```r\ninstall.packages(\"datadigest\")\nlibrary(\"datadigest\")\ncodebook(data = mtcars)\n```\n\nOr to explore all of the data loaded in the current R session: \n\n```r\ninstall.packages(\"datadigest\")\nlibrary(\"datadigest\")\nexplorer(demo = TRUE)\n```\n\nNote that the name of this repo changed from \"rhoinc/codebook\" to \"rhoinc/datadigest\" prior to the release of v1.0.2 on CRAN. Any links to the codebook repo will automatically redirect. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRhoInc%2Fdatadigest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRhoInc%2Fdatadigest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRhoInc%2Fdatadigest/lists"}