File: NAMESPACE

package info (click to toggle)
r-cran-forcats 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: makefile: 2
file content (45 lines) | stat: -rw-r--r-- 903 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand

S3method(as_factor,character)
S3method(as_factor,factor)
S3method(as_factor,logical)
S3method(as_factor,numeric)
export("%>%")
export(as_factor)
export(fct_anon)
export(fct_c)
export(fct_collapse)
export(fct_count)
export(fct_cross)
export(fct_drop)
export(fct_expand)
export(fct_explicit_na)
export(fct_infreq)
export(fct_inorder)
export(fct_inseq)
export(fct_lump)
export(fct_lump_lowfreq)
export(fct_lump_min)
export(fct_lump_n)
export(fct_lump_prop)
export(fct_match)
export(fct_other)
export(fct_recode)
export(fct_relabel)
export(fct_relevel)
export(fct_reorder)
export(fct_reorder2)
export(fct_rev)
export(fct_shift)
export(fct_shuffle)
export(fct_unify)
export(fct_unique)
export(first2)
export(last2)
export(lvls_expand)
export(lvls_reorder)
export(lvls_revalue)
export(lvls_union)
import(rlang)
importFrom(magrittr,"%>%")
importFrom(stats,median)