Skip to contents

Converts a list column to a string column

Usage

list_col_to_str(df, col)

Arguments

df

A dataframe

col

The name of the list column

Value

A dataframe with NAs instead of #NULLs and empty strings.