Skip to content

Commit

Permalink
Update per issue EcologicalTraitData#43
Browse files Browse the repository at this point in the history
change amniota to pantheria
change read.csv to read.delim
  • Loading branch information
lauterbur committed Jun 28, 2021
1 parent 70eeb6f commit 5048566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/extdata/pantheria.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ utils::unzip(temp, files = "PanTHERIA_1-0_WR05_Aug2008.txt", exdir = ".")
unlink(temp)
rm(temp)

amniota <- utils::read.csv("PanTHERIA_1-0_WR05_Aug2008.txt",
pantheria <- utils::read.delim("PanTHERIA_1-0_WR05_Aug2008.txt",
fileEncoding = "UTF-8",
stringsAsFactors = FALSE)
file.remove("PanTHERIA_1-0_WR05_Aug2008.txt")
Expand Down

0 comments on commit 5048566

Please sign in to comment.