5 제어문(Control Structure)

Sketch

  • 프로그램 안의 특정 구문을 주어진 조건에 맞게 실행 여부를 제어하거나 동일한 작업을 반복할 수 있을까?
  • 프로그램을 통해 특정 목적을 위한 나만의 함수를 만들 수 있을까?
Flow-control example (https://homerhanumat.github.io/r-notes/flow.html)

Figure 5.1: Flow-control example (https://homerhanumat.github.io/r-notes/flow.html)

참고: 본 장의 내용은 데이터과학 민주화Beginning Computer Programming with R의 내용을 기반으로 재구성함