r (2) 썸네일형 리스트형 [R] [Codewars] 8Kyu - Filter out the geese Codewars: Achieve mastery through coding challenge Codewars is a coding practice site for all programmers where you can learn various programming languages. Join the community and improve your skills in many languages! www.codewars.com 문제 Write a function, gooseFilter / goose-filter / goose_filter / GooseFilter, that takes an array of strings as an argument and returns a filtered array containin.. [R] 벡터에서 특정 원소 삭제하기 이 글은 문자형 벡터에서 특정 원소 모두를 삭제하는 방법을 다룬다. 아래에선 문자형 벡터 x에서 "C"를 모두 제거하는 코드다. x 이전 1 다음 1/1