$,FolderClass-method {GCSConnection}R Documentation

Get an element from 'FolderClass' object

Description

Get an element from 'FolderClass' object

Usage

## S4 method for signature 'FolderClass'
x$name

## S4 method for signature 'FolderClass'
x[[i, exact = TRUE]]

Arguments

x

an object of class 'FolderClass'

name, i

character(1), the name of the element

exact

Logical(1), Controls possible partial matching of '[[' when extracting by a character(1)

Value

A 'FolderClass' object or a 'FileClass' object


[Package GCSConnection version 1.4.0 Index]