Learn R Programming

googleAnalyticsR (version 0.5.0)

unitToList: Allow unit lists

Description

If you need a list but only get one element, make it a list.

Usage

unitToList(perhaps_list)

Arguments

perhaps_list

A list or an element that will be wrapped in list()

Value

A list

Details

Makes it easier for users to use some functions by not worrying about list wrapping.