set_sample | R Documentation |
Function to create new samples objects for analysis. The new object will not be uploaded to the database.
set_sample(
x = NA,
ages = list(),
igsn = NA_character_,
datum = data.frame(),
depth = NA_integer_,
sampleid = NA_integer_,
thickness = NA_integer_,
samplename = NA_character_,
sampleanalyst = list(),
analysisunitid = NA_integer_,
analysisunitname = NA_character_
)
x |
Object to be set as a sample |
ages |
ages |
igsn |
IGSN character |
datum |
dataframe of datum |
depth |
integer representing depth |
sampleid |
ID for sample |
thickness |
thickness of core |
samplename |
sample's name |
sampleanalyst |
Analyst's contact name |
analysisunitid |
Which analysis unit it is |
analysisunitname |
Analysis Unit's name |
sample
object
{
# Set an empty sample
my_sample <- set_sample()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.