Skip to contents

Arranges data in long by platform (linkedin and mastodon).

Usage

by_platform(df)

Arguments

df

Data frame. Formatted data including social media handles.

Value

Data frame arranged by platform on which to advertise.

Examples

if (FALSE) { # interactive()
u <- uc_fetch() |>
  uc_fmt("2025-01-01") |>
  uc_handles() |>
  by_platform()
}