ingress_table | R Documentation |
Append a formatted dataframe to an LTER metabase table
ingress_table(conn, tablename, df, schema = "lter_metabase")
conn |
Connection to an LTER Metabase instance |
tablename |
Name (char) of a table in the given schema in LTER Metabase |
df |
A dataframe formatted to match the given LTER Metabase table |
schema |
Name (char) of the LTER Metabase schema to target ('lter_metabase' by default) |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.