powered by
Saves a copy of the periodic table of elements as excel or csv file.
saveElements(outfile, type = c("csv"))
File name
Either excel or csv
# NOT RUN { saveElements(file.path(tempdir(), "elements.xlsx")) saveElements(file.path(tempdir(), "elements.csv"), type = "csv") list.files(tempdir(), pattern = "xlsx|csv", full.names = TRUE) # }
Run the code above in your browser using DataLab