Skip to contents

When data is an atomic vector, it'll be converted to a data frame with following columns:

  • .names: the names for the vector (only applicable if names exist).

  • value: the actual value of the vector.

Usage

# S3 method for class 'numeric'
fortify_data_frame(data, ...)

Arguments

data

An object to be converted to a data frame.

...

Arguments passed to methods.

Value

A data frame.