-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathc_sort.Rd
35 lines (34 loc) · 995 Bytes
/
c_sort.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/c_sort.R
\name{c_sort}
\alias{c_sort}
\title{Sort using the C locale}
\usage{
c_sort(x, ...)
}
\arguments{
\item{x}{for \code{sort} an \R object with a class or a numeric,
complex, character or logical vector. For \code{sort.int}, a
numeric, complex, character or logical vector, or a factor.}
\item{...}{arguments to be passed to or from methods or (for the
default methods and objects without a class) to \code{sort.int}.}
}
\description{
Setting the locale before sorting ensures a stable sorting order
}
\seealso{
Other utils:
\code{\link{ask_yes_no}()},
\code{\link{author2df}()},
\code{\link{bookdown_zenodo}()},
\code{\link{create_hexsticker}()},
\code{\link{execshell}()},
\code{\link{menu_first}()},
\code{\link{orcid2person}()},
\code{\link{store_authors}()},
\code{\link{use_author}()},
\code{\link{validate_email}()},
\code{\link{validate_orcid}()},
\code{\link{yesno}()}
}
\concept{utils}