반응형 컴퓨터쟁이/R3 R 코드를 Notion으로 옮기기 Notion: 에버노트나 원노트처럼 웹에서도, 어플에서도 작성가능한 메모 노트로 유용하게 사용할 수 있습니다. R studio에서 코드를 작성한 것을 결과와 함께 복사해서 Notion으로 붙여넣을 수 있습니다. intall.packages("reprex") library(reprex) 한 다음에, 원하는 소스코드를 실행하고 그 소스코드 부분을 클립보드에 복사합니다.(ctrl + c) reprex::reprex() 명령어를 입력하고, notion에서 ctrl + v 로 붙여넣기를 하면 소스코드와 결과를 함께 가져올 수 있습니다. 끝에 광고가 붙는데 그부분은 아래와 같이 reprex::reprex(advertise = False) 로 해주시면 광고 없이 사용할 수 있습니다. reprex 함수에 대한 설명 w.. 2021. 2. 8. shinyAce shinyAce The shinyAce package enables Shiny application developers to use the Ace text editor in their applications. All current modes (languages) and themes are supported in this package. The mode, theme, and current text can be defined when the element is initialized in ui.R or afterwards using the updateAceEditor() function. The editor registers itself as a reactive Shiny input, so the curren.. 2016. 4. 29. R에서 require()랑 library()의 차이! R package를 불러오는 방식으로require()와 library() 이렇게 두가지 있다. require()는 기본적으로 package를 library()로 불러오려고 시도를 한다. 그리고 논리적으로 성공하거나 실패했다는 것을 반환해준다. 따라서 library()는 package를 불러오는것이고 require()는 package를 불러오려고 시도하는것을 말한다! http://yihui.name/en/2014/07/library-vs-require/여기 블로그 내용을 참조했습니다! 여기서 예시를 확인해보세요! 2016. 4. 29. 이전 1 다음 728x90 반응형