Repeater$Type <- gsub("Narrow band", "Narrow Band", Repeater$Type)
Repeater$Type <- gsub("Wideband Repeater", "Wide Band", Repeater$Type)
Repeater$Type <- gsub("Narrow Bands", "Narrow Band", Repeater$Type)
Repeater 데이터의 Type 행에서
"Narrow band", "Wideband Repeater", "Narrow Bands" 를 각각
"Narrow Band", "Wide Band", "Narrow Band"로 일괄 변경하기
'프로그래밍 > R' 카테고리의 다른 글
[R] 특정 열 맨 앞으로 옮기기 (0) | 2021.11.26 |
---|---|
[R] 순서대로 Key값 부여하기 (0) | 2021.09.12 |
[R] 데이터 프레임에 반복문으로 랜덤한 숫자 할당하기 (0) | 2021.08.14 |