# styler.unify **Repository Path**: BioSisyphus/styler.unify ## Basic Information - **Project Name**: styler.unify - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-03 - **Last Updated**: 2022-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # styler.unify The goal of {styler.unify} is providing code cleaning but keep `<-` as `=`. It is a third-party style guide for [{styler}](https://styler.r-lib.org). ## Installation You can install the released version of {styler.unify} from [GitHub](https://github.com) with: ``` r remotes::install_github("BioSisyphus/styler.unify") ``` ## Example This is a basic example of how to style code with it. ``` r library(styler.unify) cache_deactivate() text <- "x <- 4 y = 3 a; " style_text(text) ```