Nothing
pedrenum <-
function (df) {
# pedrenum()
df.r <- df
Id.r <- match(df$Id, df$Id)
SId.r <- match(df$SId, df$Id)
DId.r <- match(df$DId, df$Id)
df.r$Id <- Id.r
df.r$SId <- SId.r
df.r$DId <- DId.r
return(df.r)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.