alpha_sort: Sort by Alphabet

Description Usage Arguments Value Examples

View source: R/alphabetize.R

Description

Helper function for alphabetize addin.
Given active text selection, the function parses the text and re-order them by the alphabet.

Usage

1

Arguments

text

String, user text selection

Value

sorted text

Examples

1
2
3
4
5
cat(
  alpha_sort(
    'library(tidyr)
     library(stringr)
     library(dplyr)'))

ShaulAb/alphabetter documentation built on Oct. 13, 2019, 7:33 a.m.