apply_dfr

docblock
apply_dfr(x, f)

Apply the function f to each element of x and bind all the rows into a dataframe.

Arguments

  • x: an iterable collection.
  • f: a function that returns a DataFrame.