Skip to content

Commit b4b0fba

Browse files
committed
fix utf-8 issue
1 parent 86219f9 commit b4b0fba

5 files changed

Lines changed: 2913 additions & 2908 deletions

File tree

data-raw/Inscr_Bithynia.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,12 @@ inscriptions[which(inscriptions$ID == "I_2725"), c("DAT_min", "DAT_max")] <-
198198

199199

200200

201-
inscriptions <- inscriptions[, c(7, 1:5, 8:10, 6)]
201+
inscriptions <- inscriptions[, c("ID", "ikey", "Location", "Source", "Dating",
202+
"Language", "uncertain_dating",
203+
"DAT_min", "DAT_max", "URL")]
204+
205+
206+
202207

203208

204209
attr(inscriptions, "contact") <-

data/Inscr_Bithynia.rda

154 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)