saveElements: Saves a copy of the periodic table of elements as excel or...

View source: R/saveElements.R

saveElementsR Documentation

Saves a copy of the periodic table of elements as excel or csv file.

Description

Saves a copy of the periodic table of elements as excel or csv file.

Usage

saveElements(outfile, type = c("csv"))

Arguments

outfile

File name

type

Either excel or csv

Examples

saveElements(file.path(tempdir(), "elements.xlsx"))
saveElements(file.path(tempdir(), "elements.csv"), type = "csv")
list.files(tempdir(), pattern = "xlsx|csv", full.names = TRUE)


rfordummies documentation built on March 18, 2022, 6:04 p.m.