create_obj: create_obj

Description Usage Arguments

View source: R/create_obj.R

Description

A fucntion to create a value or an object that you can upload to the leancloud database

Usage

1
2
create_obj(web, obj_name, body, ID, KEY, type = "application/json",
  up_df = F)

Arguments

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


KiayangQ/RleanC documentation built on Feb. 28, 2020, 12:20 a.m.