View source: R/appendtofolderh.R
appendtofolderh | R Documentation |
folderh
.
Creates an object of class folderh
by appending a data frame to an object of class folderh
.
The appended data frame will be the first or last element of the returned folderh
.
appendtofolderh(fh, df, key, after = FALSE)
fh |
object of class |
df |
data frame to be appended to |
key |
character string. The key defining the relation |
after |
logical. If |
Returns an object of class folderh
, that is a list of n+1
data frames where n
is the number of data frames of fh
.
The value of the attribute attr(, "keys")
is c(key, attr(fh, "keys"))
if after = FALSE
), c(attr(fh, "keys"), key)
otherwise.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folderh
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.