Learn R Programming

pda (version 1.3.0)

pdaPut: Function to upload object to cloud as json

Description

Function to upload object to cloud as json

Usage

pdaPut(obj,name,config,upload_without_confirm=F,silent_message=F,digits=4)

Value

NONE

Arguments

obj

R object to encode as json and uploaded to cloud

name

of file

config

a list of variables for cloud configuration

upload_without_confirm

logical. TRUE if want silent upload, no interactive confirm

silent_message

logical. TRUE if want to mute message

digits

digits after decimal points in the output json files

See Also

pda