
INTRO 1. 벡터형 변수 2. 행렬/데이터프레임 test_indexing.R rm(list = ls()) setwd("/Users/[YourMacID]/Rcoding") a_chr = c('a', 'b', 'c', 'd', 'e') ## vector indexing a_chr[1] a_chr[-1] a_chr[c(2,4)] a_chr[1:3] ## dataframe indexing income = c(100,200,150,300,900) car = c('kia','hyundai','kia','toyota','lexus') marriage=c(FALSE,FALSE,FALSE,TRUE,TRUE) mydat = data.frame(income,car,marriage) print(mydat) mydat[3,..

INTRO Text, .txt file 다루기 - iterm.app or terminal.app : file handling - python file handling File Handling : Create, Open/Close, Append, Read, Write 용어 Text File(텍스트 파일, .txt) 사람이 인지할 수 있는 문자열 집합으로부터 문자열로만 이루어진다. 잘 알려진 문자열 집합으로는 ASCII 문자열 집합과 유니코드 문자열 집합이 있다. 출처 : ko.wikipedia.org/wiki/텍스트_파일 ASCII 미국정보교환표준부호(American Standard Code for Information Interchange) 줄여서 ASCII( /ˈæski/, 아스키)는 영문 알파벳을 사..
- Total
- Today
- Yesterday
- MacOS
- SSH
- 자가격리
- git
- raspberrypi
- DAQ
- analysis
- server
- 라즈베리파이
- ERP
- 코로나
- Model
- template
- CSV
- Django
- Pandas
- Python
- Templates
- Regression
- DS18B20
- arduino
- 코로나19
- r
- 확진
- COVID-19
- Raspberry Pi
- sublime text
- github
- vscode
- pyserial
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |