My_Resort_NotesJ: resort code efficiently inside one columns in en, fr or sp...

Description Usage Arguments Author(s) Examples

View source: R/My_Resort_NotesJ.r

Description

resort code efficiently inside one columns in en, fr or sp language

Usage

1
My_Resort_NotesJ(col_note, SEP = " | ")

Arguments

col_note

reference columns code contains 0, 1 or multiple code like C2:158 | C3:485

SEP

separator between multiple code, default " | "

Author(s)

ILO bescond

Examples

1
2
3
4
################################# use to identify a proper	'DSD'		 

X %>%	mutate(	Notes_Indicator_Code 	= plyr:::mapvalues(Notes_Indicator_Code,	from = levels(as.factor(Notes_Indicator_Code)), 
																			to = My_Resort_NotesJ(levels(as.factor(Notes_Indicator_Code)),SEP = "_"), warn_missing = FALSE))

dbescond/Ariane documentation built on Dec. 10, 2019, 10:01 a.m.