{"id":13858402,"url":"https://github.com/strengejacke/sjmisc","last_synced_at":"2025-04-04T14:06:27.343Z","repository":{"id":29093357,"uuid":"32622582","full_name":"strengejacke/sjmisc","owner":"strengejacke","description":"Data transformation and utility functions for R","archived":false,"fork":false,"pushed_at":"2024-05-13T13:20:38.000Z","size":7165,"stargazers_count":159,"open_issues_count":23,"forks_count":24,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T13:06:52.233Z","etag":null,"topics":["data-transformation","data-wrangling","labelled-data","r","recoding"],"latest_commit_sha":null,"homepage":"https://strengejacke.github.io/sjmisc","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strengejacke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2015-03-21T06:31:54.000Z","updated_at":"2024-11-30T21:41:31.000Z","dependencies_parsed_at":"2022-08-02T15:30:13.794Z","dependency_job_id":"4bdb3617-0390-4002-9bbb-52f8662ea04b","html_url":"https://github.com/strengejacke/sjmisc","commit_stats":{"total_commits":928,"total_committers":13,"mean_commits":71.38461538461539,"dds":0.5269396551724138,"last_synced_commit":"a63556f3c6742cf8979f814b1e1bb8982c37031b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strengejacke%2Fsjmisc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strengejacke%2Fsjmisc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strengejacke%2Fsjmisc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strengejacke%2Fsjmisc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strengejacke","download_url":"https://codeload.github.com/strengejacke/sjmisc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190226,"owners_count":20898699,"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":["data-transformation","data-wrangling","labelled-data","r","recoding"],"created_at":"2024-08-05T03:02:07.419Z","updated_at":"2025-04-04T14:06:27.327Z","avatar_url":"https://github.com/strengejacke.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# sjmisc - Data and Variable Transformation Functions \u003cimg src=\"man/figures/logo.png\" align=\"right\" /\u003e\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/sjmisc)](https://cran.r-project.org/package=sjmisc) \u0026#160;\u0026#160; [![DOI](http://joss.theoj.org/papers/10.21105/joss.00754/status.svg)](https://doi.org/10.21105/joss.00754) \u0026#160;\u0026#160; [![Documentation](https://img.shields.io/badge/documentation-sjmisc-orange.svg?colorB=E91E63)](https://strengejacke.github.io/sjmisc/) \u0026#160;\u0026#160; [![downloads](http://cranlogs.r-pkg.org/badges/sjmisc)](https://cranlogs.r-pkg.org:443/) \u0026#160;\u0026#160; [![total](http://cranlogs.r-pkg.org/badges/grand-total/sjmisc)](https://cranlogs.r-pkg.org:443/)\n\nData preparation is a common task in research, which usually takes the most amount of time in the analytical process. Packages for data preparation have been released recently as part of the _tidyverse_, focussing on the transformation of data sets. Packages with special focus on transformation of _variables_, which fit into the workflow and design-philosophy of the tidyverse, are missing.\n\n**sjmisc** tries to fill this gap. Basically, this package complements the **dplyr** package in that **sjmisc** takes over data transformation tasks on variables, like recoding, dichotomizing or grouping variables, setting and replacing missing values, etc. A distinctive feature of **sjmisc** is the support for labelled data, which is especially useful for users who often work with data sets from other statistical software packages like _SPSS_ or _Stata_.\n\nThe functions of **sjmisc** are designed to work together seamlessly with other packages from the tidyverse, like **dplyr**. For instance, you can use the functions from **sjmisc** both within a pipe-workflow to manipulate data frames, or to create new variables with `mutate()`. See `vignette(\"design_philosophy\", \"sjmisc\")` for more details.\n\n## Contributing to the package\n\nPlease follow [this guide](https://github.com/strengejacke/sjmisc/blob/master/.github/CONTRIBUTING.md) if you like to contribute to this package.\n\n## Installation\n\n### Latest development build\n\nTo install the latest development snapshot (see latest changes below), type following commands into the R console:\n\n```r\nlibrary(devtools)\ndevtools::install_github(\"strengejacke/sjmisc\")\n```\n\n### Officiale, stable release\n\nTo install the latest stable release from CRAN, type following command into the R console:\n\n```r\ninstall.packages(\"sjmisc\")\n```\n\n## References, documentation and examples\n\nPlease visit [https://strengejacke.github.io/sjmisc/](https://strengejacke.github.io/sjmisc/) for documentation and vignettes.\n\n## Citation\n\nIn case you want / have to cite my package, please cite as (see also `citation('sjmisc')`): \n\nLüdecke D (2018). sjmisc: Data and Variable Transformation Functions. _Journal of Open\nSource Software_, *3*(26), 754. doi: 10.21105/joss.00754\n\n[![DOI](http://joss.theoj.org/papers/10.21105/joss.00754/status.svg)](https://doi.org/10.21105/joss.00754)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrengejacke%2Fsjmisc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrengejacke%2Fsjmisc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrengejacke%2Fsjmisc/lists"}