{"id":22413724,"url":"https://github.com/jsta/schemer","last_synced_at":"2025-07-25T16:42:04.039Z","repository":{"id":88675710,"uuid":"73419029","full_name":"jsta/schemeR","owner":"jsta","description":"Visualize SQLite structure with R :neckbeard:","archived":false,"fork":false,"pushed_at":"2016-11-13T20:13:48.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T08:48:59.852Z","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/jsta.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-11-10T20:38:07.000Z","updated_at":"2016-11-13T19:25:18.000Z","dependencies_parsed_at":"2023-03-13T18:19:31.289Z","dependency_job_id":null,"html_url":"https://github.com/jsta/schemeR","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"e56c907b1499e89ce4fdf9ad7eab3171fbb31046"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2FschemeR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2FschemeR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2FschemeR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2FschemeR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsta","download_url":"https://codeload.github.com/jsta/schemeR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245777372,"owners_count":20670530,"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-12-05T14:14:25.380Z","updated_at":"2025-03-27T03:29:04.285Z","avatar_url":"https://github.com/jsta.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nalways_allow_html: yes\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 = \"images\"\n)\n```\n\n# schemeR\n\n[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n\nThe goal of schemeR is to visualize SQLite databases.\n\n## Installation\n\nYou can install schemeR from github with:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"jsta/schemeR\")\n```\n\n## Usage\n\nThis is a basic example:\n\n### SQLite \n\n```{r example, results = 'hide'}\nlibrary(schemeR)\n\ndb \u003c- dplyr::lahman_sqlite()\nres \u003c- schemeR::render_sqlite(db)\nschemeR::export_svg(res, \"images/sqlite_example.png\")\n\n```\n\n![](images/sqlite_example.png)\n\n### data.frame\n\n```{r message=FALSE, results='hide'}\n\ndf \u003c- data.frame(\n          \"name\" = 1:4,\n          \"people\" = c(\"bob\", \"jim\", \"beatrice\", \"ann\"))\n\nres \u003c- schemeR::render_df(df)\nschemeR::export_svg(res, \"images/df_example.png\")\n\n```\n\n![](images/df_example.png)\n\n## References\n\nhttp://graphviz.org/content/datastruct\n\nhttps://rich-iannone.github.io/DiagrammeR/graphviz_and_mermaid.html\n\nhttps://github.com/rich-iannone/DiagrammeR/issues/133\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fschemer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsta%2Fschemer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fschemer/lists"}