Displaying 1 result from an estimated 1 matches for "a3bibliographic".
2012 Sep 13
1
cannot read iso639 table
...e <- function () {
socket <- url("http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt",
open="r",encoding="utf-8");
data <- read.table(socket, as.is = TRUE, sep = "|", header = FALSE,
col.names = c("a3bibliographic","a3terminologic",
"a2","english","french"));
close(socket);
data
}
language.ISO.table <- get.language.ISO.table()
Error in read.table(socket, as.is = TRUE, sep = "|", header = FALSE,
col.names = c("a3bibli...