googleCloudStorageR (version 0.3.0)

postwalk: Walk into a list

Description

If passed an object such as a nested list, will apply function on inner elements that are not lists.

Usage

postwalk(x, func)

Arguments

x

what to check

func

Function to apply if not a list

Value

the function acting on x or an inner element of x