{"id":14066619,"url":"https://github.com/biostatsPMH/exceldata","last_synced_at":"2025-07-29T23:31:52.071Z","repository":{"id":49413725,"uuid":"377263545","full_name":"biostatsPMH/exceldata","owner":"biostatsPMH","description":"A suite of functions to read and check files created with the DataDictionary.xlsm template","archived":false,"fork":false,"pushed_at":"2023-11-21T13:10:32.000Z","size":3304,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T20:36:41.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/biostatsPMH.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":"2021-06-15T18:46:29.000Z","updated_at":"2023-01-10T14:48:30.000Z","dependencies_parsed_at":"2024-02-19T18:34:23.962Z","dependency_job_id":"966a94a1-a78d-4e09-87d5-27aa8e072d8f","html_url":"https://github.com/biostatsPMH/exceldata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biostatsPMH/exceldata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biostatsPMH%2Fexceldata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biostatsPMH%2Fexceldata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biostatsPMH%2Fexceldata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biostatsPMH%2Fexceldata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biostatsPMH","download_url":"https://codeload.github.com/biostatsPMH/exceldata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biostatsPMH%2Fexceldata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267779994,"owners_count":24143201,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T07:05:11.336Z","updated_at":"2025-07-29T23:31:51.291Z","avatar_url":"https://github.com/biostatsPMH.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\neditor_options: \n  markdown: \n    wrap: 72\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```\n\n# exceldata\n\n\u003c!-- badges: start --\u003e\n\n[![Lifecycle:\nStable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/exceldata)](https://CRAN.R-project.org/package=exceldata)\n[![metacran\ndownloads](https://cranlogs.r-pkg.org/badges/grand-total/exceldata)](https://cran.r-project.org/package=exceldata)\n[![R-CMD-check](https://github.com/biostatsPMH/exceldata/workflows/R-CMD-check/badge.svg)](https://github.com/biostatsPMH/exceldata/actions)\n\n\u003c!-- badges: end --\u003e\n\nThe goal of exceldata is to facilitate the use of Excel as a data entry\ntool for reproducible research. This package provides tools to automate\ndata cleaning and recoding of data by requiring a data dictionary to\naccompany the Excel data. A macro-enabled template file has been created\nto facilitate clean data entry including validation rules for live data\nchecking.\n\nTo download the Excel Template [Click\nHere](https://github.com/biostatsPMH/exceldata/blob/main/DataDictionary0.1.0.xlsm)\nand then click the download button ![](images/download_btn.png)\n\nTo view data in the required format without macros [Click\nHere](https://github.com/biostatsPMH/exceldata/blob/main/inst/extdata/exampleData.xlsx)\nand download\n\n## Installation\n\nYou can install the released version of exceldata from\n[CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"exceldata\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\ndevtools::install_github(\"biostatsPMH/exceldata\")\n```\n\n------------------------------------------------------------------------\n\n## Documentation\n\n[Online Documentation](https://biostatsPMH.github.io/exceldata/)\n\nPDF Documentation: [Click\nHere](https://github.com/biostatsPMH/exceldata/blob/main/docs/ExcelDictionaryUserManual.pdf)\nand then click on `Download`\n\u003c!-- Note - this is created in a separate directory - Teaching/excelData Instructions --\u003e\n\n[Using the Excel\nTemplate](https://biostatsPMH.github.io/exceldata/data-dictionary-1.html)\n\n## Example\n\nExample of importing the data and producing univariate plots to screen\nfor outliers.\n\n```{r example}\nlibrary(exceldata)\n\nexampleDataFile \u003c- system.file(\"extdata\", \"exampleData.xlsx\", package = \"exceldata\")\nimport \u003c- importExcelData(exampleDataFile,dictionarySheet = 'DataDictionary',dataSheet = 'DataEntry')\n\n# The imported data dictionary \ndictionary \u003c- import$dictionary\nhead(dictionary)\n\n# The imported data, with calculated variables\ndata \u003c- import$data\nhead(data)\n\n# Simple univariate plots with outliers \nplots \u003c- plotVariables(data,dictionary,IDvar = 'ID',showOutliers = T)\n# Not Run: Show plots in viewer\n# plots\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbiostatsPMH%2Fexceldata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FbiostatsPMH%2Fexceldata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbiostatsPMH%2Fexceldata/lists"}