質問編集履歴

1

画像の挿入

2018/01/17 07:08

投稿

kmsk_daijin
kmsk_daijin

スコア9

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  CSVデータはKanjiTranslatorを使ってUTF-8(BOMあり)に変換しています
6
6
 
7
- ファイル名はdayhistory_rc_201612.csvです[イメージ説明](05c1941d12229c5ede795f8294d87e58.jpeg)
7
+ ファイル名はdayhistory_rc_201706.csvです
8
+
9
+ ![イメージ説明](102417a0b9971444fb135e2c861ae03e.jpeg)
8
10
 
9
11
 
10
12
 
@@ -12,7 +14,7 @@
12
14
 
13
15
 
14
16
 
15
- read.csv("dayhistory_rc_201612.csv")
17
+ read.csv("dayhistory_rc_201706.csv")
16
18
 
17
19
  Error in make.names(col.names, unique = TRUE) :
18
20
 
@@ -20,7 +22,7 @@
20
22
 
21
23
 
22
24
 
23
- read.csv("dayhistory_rc_201612.csv", sep=",", skip=0, header=T, stringsAsFactors=F, fileEncoding="UTF-8")
25
+ read.csv("dayhistory_rc_201706.csv", sep=",", skip=0, header=T, stringsAsFactors=F, fileEncoding="UTF-8")
24
26
 
25
27
  [1] X.
26
28
 
@@ -30,8 +32,8 @@
30
32
 
31
33
  1: In read.table(file = file, header = header, sep = sep, quote = quote, :
32
34
 
33
- invalid input found on input connection 'dayhistory_rc_201612.csv'
35
+ invalid input found on input connection 'dayhistory_rc_201706.csv'
34
36
 
35
37
  2: In read.table(file = file, header = header, sep = sep, quote = quote, :
36
38
 
37
- incomplete final line found by readTableHeader on 'dayhistory_rc_201612.csv'
39
+ incomplete final line found by readTableHeader on 'dayhistory_rc_201706.csv'