Skip to contents

This internal function takes the raw LinkedIn ads data and creates a cleaned version without list-columns by unnesting targeting and impression data.

Usage

clean_liads_data(data, direction = "wide")

Arguments

data

A tibble from li_query() with list-columns

direction

Character. "wide" or "long" format for the output

Value

A cleaned tibble without list-columns