Learn R Programming

tuber (version 0.9.7)

upload_video: Upload Video to Youtube

Description

Upload Video to Youtube

Usage

upload_video(file, snippet = list(), query = NULL,
  part = "snippet,status", ...)

Arguments

file

Filename of the video locally

snippet

Additional fields for the video, including `description` and `title`. See https://developers.google.com/youtube/v3/docs/videos#resource for other fields. Coerced to a JSON object

query

Fields for `query` in `POST`

part

The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include. See https://developers.google.com/youtube/v3/docs/videos/insert#usage

...

Additional arguments to send to tuber_POST and therefore POST

Value

A list of the response object from the POST and content