acorns.file:

Usage Arguments Examples

View source: R/acorns.file.R

Usage

1
acorns.file(fpath)

Arguments

fpath

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (fpath) 
{
    res = acorns.post("files/saveas", list(file = upload_file(fpath)))
    return(res)
  }

talloaks/ouzelr documentation built on Dec. 23, 2021, 7:44 a.m.