admin_server.Rd
kitems Admin Server
admin_server(k_data_model, k_items, path, dm_url, items_url, autosave)
the reference of the data model reactive value
the reference of the item reactive value
the path provided to the kitems server
the url of the data model file
the url of the item file
the autosave value passed to the kitems server
if (FALSE) { # \dontrun{ admin_server( k_data_model = mydata$data_model, k_items = mydata$items, path = path, dm_url = dm_url, items_url = items_url, autosave = autosave) } # }