Returns a data frame of the same number of rows as length of `objs`, each element of which is the
result of applying `method` to the corresponding element of `objs`
Usage
vkApply(objs, method)
Arguments
objs
A vector of objects
method
The function to be applied to each element of `objs`