View source: R/species_names.R
species_names | R Documentation |
This function takes a vector of species names and writes them to a .dat file. The file
will be written to the location specified by the name
argument. If the file
already exists, it will be overwritten. The file format is plain text, with each
line terminated by a newline character.
species_names(species_names = NULL, name = "Problem")
species_names |
a vector with the names of species |
name |
The name of the output file |
.dat file. This function is used for the side-effect of writing values to a file.
Derek Corcoran
species_names(species_names = c("Spp1", "Spp2"))
file.remove("Problem.dat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.