A fucntion to create a value or an object that you can upload to the leancloud database
1 2 | create_obj(web, obj_name, body, ID, KEY, type = "application/json",
up_df = F)
|
web |
Character. Your leancloud database RESTFUL API. You can find it in leancloud website-console-setting-app keys |
obj_name |
Character. The name of the object or value that you want to create |
ID |
AppID. Character. You can find it in leancloud website-console-setting-app keys |
KEY |
AppKey. Character. You can find it in leancloud website-console-setting-app keys |
type |
Format of the object or value you uploaded (how the database formats the object you uploaded) |
up_df |
Whether the value or the object you uploaded is a dataframe |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.