Nothing
function(action, entity, config){
#options
createIndexes <- action$getOption("createIndexes")
overwrite <- action$getOption("overwrite")
append <- action$getOption("append")
chunk.size <- action$getOption("chunk.size")
#function
writeWorkflowJobDataResource(
entity = entity,
config = config,
obj = NULL,
useFeatures = TRUE,
resourcename = NULL,
useUploadSource = TRUE,
createIndexes = createIndexes,
overwrite = overwrite,
append = append,
chunk.size = chunk.size,
type = "dbtable"
)
}
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.