upload {http} R Documentation

upload files through http post

Description

Usage

upload(url, files,
    headers = NULL);

Arguments

url

the target network location. [as string]

files

a list of file path for upload to the specific network location.

headers

set cookies or other http headers at here. [as list]

env

[as Environment]

Details

Authors

webKit

Value

this function returns data object of type string.

clr value class

Examples


[Package http version 1.0.0.0 Index]