{"id":13858394,"url":"https://github.com/backlin/dataview","last_synced_at":"2025-07-13T23:32:11.389Z","repository":{"id":85140508,"uuid":"2312240","full_name":"backlin/dataview","owner":"backlin","description":"Data and Workspace Browser for Terminals","archived":false,"fork":false,"pushed_at":"2016-10-28T08:27:50.000Z","size":321,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-07T19:23:47.531Z","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/backlin.png","metadata":{"files":{"readme":"README.md","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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2011-09-02T06:33:29.000Z","updated_at":"2023-09-28T14:26:40.000Z","dependencies_parsed_at":"2023-06-29T11:16:35.502Z","dependency_job_id":null,"html_url":"https://github.com/backlin/dataview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/backlin/dataview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backlin%2Fdataview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backlin%2Fdataview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backlin%2Fdataview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backlin%2Fdataview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backlin","download_url":"https://codeload.github.com/backlin/dataview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backlin%2Fdataview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220857,"owners_count":23729895,"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:07.122Z","updated_at":"2025-07-13T23:32:06.373Z","avatar_url":"https://github.com/backlin.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"Data and Workspace Browser for Terminals \n========================================\n[![](http://www.r-pkg.org/badges/version/dataview)](http://cran.rstudio.com/web/packages/dataview/index.html)\n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/dataview)](http://cran.r-project.org/web/packages/dataview/index.html)\n\nTerminal-based-tools for viewing data, summarizing contents of objects and environments, deciphering unknown objects, and aid debugging complex functions.\nIt was developed to facilitate working with R in combination with the brilliant text editor [vim](http://www.vim.org) or over ssh connections without RStudio server,\nbut it works fine within RStudio or other GUIs too.\n\nInstallation\n------------\nThe latest official release of the package is available on CRAN.\n```\ninstall.packages(\"dataview\")\n```\nYou typically also want to add these lines to the end of your `~/.Rprofile` to auto-load the package and hide all objects created during the startup\n```\nrequire(dataview)\nwhos.exclude(ls())\n```\nand perhaps also\n```\nprint.factor \u003c- heat.view\n```\n\nUsage \u0026 Functionality\n---------------------\n`dataview` centers around the functions `whos` inspired by the same function in MATLAB,\n`entry.view` inspired by data base systems,\nand `heat.view` that can visualize long vectors in a very compact manner (especially factors).\n\n![simple structures](https://raw.githubusercontent.com/backlin/dataview/images/images/whos_entry_heat.png)\n\nMore complex objects are however better studied with the `browse` function that combines the above functions in stepwise manner. Note that it also supports partial name matching and tab completion!\n\n![complex structures](https://raw.githubusercontent.com/backlin/dataview/images/images/browse.png)\n\nColors\n------\nThe color schemes used by `dataview` are defined in the `xtermStyle` package. To change the default palette (dark on light terminal background) you must attach it and do the following:\n```\nrequire(xtermStyle)\nstyle.palette(\"light\") # Designed for dark terminal background\n```\n`style.palette` also let's you define your own palette if you are not happy with the pre-defined ones.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacklin%2Fdataview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacklin%2Fdataview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacklin%2Fdataview/lists"}