
참고한 블로그: printed.tistory.com/99 이클립스 에러 - Version ? of the JVM is not suitable for this product. 이클립스를 오랫만에 켯더니 아래의 에러메세지와 함께 실행이 안되었다. Version 1.8.0_271 of the JVM is not suitable for this product. Version: 11 or greater is requierd. JVM(자바 가상 머신) 버전 문제.. printed.tistory.com 아래와 같이 Window > Preference > Installed JREs 부분에 자신이 설치한 JRE의 경로를 정확하게 설정해주면 문제가 해결된다! stackoverflow.com/questions/6344692..

가상머신에서 Linux를 설치해서 사용하고 있는데, install.packages()에서 자꾸 에러가 떠서 R 관련 패키지들을 전혀 사용하지 못하는 어려움을 겪고 있었다. install.packages("ggplot2") 명령어를 실행했을 때 lib is not defined가 뜨거나, would you like to use your personal library 등의 메시지가 떴지만 lib를 따로 지정해주어도, CRAN 미러를 선택해주어도 패키지가 설치가 이루어지지 않았다. 구글링 하면서 찾아보니 R의 버전이 너무 낮아서 특정 몇몇개의 패키지 설치가 안된다는 것을 알았다. 따라서 이 문제를 해결하기 위해서는 우선 R 버전을 확인한 후 최대한 최신 버전으로 업그레이드 시켜주는 작업이 필요했다. 우선 현재..
head(dataframe, n=10) comma 단위로 string 쪼개기 - strsplit() 사 string_1 > [[1]] [1] "A" "B" "C" "D" R에서 문자열에 대한 처리 참고: m.blog.naver.com/PostView.nhn?blogId=nife0719&logNo=220975845463&proxyReferer=https:%2F%2Fwww.google.com%2F [R] R에서 String(문자열) 처리하기 ※ 추가적으로 필요한 R Package: stringr (해당 Package가 필요한 부분에는 ⓢ로 표시하였습니다.) ※ ... blog.naver.com list 에 key 개수 세기 : length() length(DF[,1]) cceeddcc.tistory.com/..
XML 파일에 있는 태그를 그냥 읽어오는 것과 태그 안에 속을 읽어들이는 방법은 다르므로 다음 방법을 참고하도록 하자. # 필요한 패키지 library(xml2) library(tidyverse) # xml 파일 읽어오기 raw_xml % map_df(~as.list(.)) %>% mutate(TYPE = xml_find_all(raw_xml, '//Parenttagname/*', ) %>% xml_name) is.data.frame(xml_df) # data frame으로 변환 시켜주었으므로 TRUE 나올 것 # data frame으로 잘 변환 되었는지 확인하기 View(xml_df) 참고한 사이트: gomguard.tistory.com/259 XML 구조 및 정의, parsing in r , xml ..
출처: stackoverflow.com/questions/56777529/how-to-pass-bash-variable-into-r-script How to pass bash variable into R script I have a couple of R scripts that processes data in a particular input folder. I have a few folders I need to run this script on, so I started writing a bash script to loop through these folders an... stackoverflow.com
awk '/패턴/ {액션}' example.txt > outputfile.txt 참고 stackoverflow.com/questions/14660079/how-to-save-the-output-of-this-awk-command-to-file How to save the output of this awk command to file? I wanna save this command to another text: awk '{print $2}' it extract's from text. now i wanna save output too another text. thanks stackoverflow.com

출처: gomguard.tistory.com/259 XML 구조 및 정의, parsing in r , xml to dataframe XML 정의 XML 은 소프트웨어나 하드웨어에 관계없이 데이터를 저장하거나 전송하기위한 도구, 마크업 언어 입니다. 일반적으로 데이터를 구조화해서 다른 프로그래밍 언어간 전송할 때 자주 사용 gomguard.tistory.com xml 파일 예시 (출처 w3chools XML Example Version 2) www.w3schools.com/xml/ XML Tutorial XML Tutorial XML stands for eXtensible Markup Language. XML was designed to store and transport data. XML was desi..
- Total
- Today
- Yesterday
- html
- HTML #Headings #Paragraph #Styles
- HTML #Tables
- 2020Camp
- Mavenproject
- 인용문 #주석
- box_model
- meta #link #script #base #HTML
- HTML_Formatting
- HTML_Forms
- DynamicWebProject
- css
- JSP_CRUD
- jsp
- STS4
- HTML #CSS
- head #title #style
- HTML #Canvas #SVG
- annotation
- javascript #datatype
- HTML #id #iframe
- HTML #media #video #YouTube
- links lists tables display
- Block_element #inline_element
- UserBean
- DB4free
- fontstyle
- JSP환경구축
- text_shadow
- HTML #class
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |