Skip to content

How long to run the Code #1

Description

@168-B

First of all, thanks for your contribution

I have a very little question to ask. How long your computer run this below chunk code to create a journey path? Though I wait more than 30 min, it seems not to be run successfully.

PS I use campaign data as you provided

Prepare the file - Create the paths

df_paths = df_split %>%
          group_by(path_id) %>%
           arrange(time) %>%
           summarise(path = paste(channel, collapse = ">"), total_conversions = sum(conversion)) %>%
           ungroup() %>% 
           mutate(null_conversion = ifelse(total_conversions == 1, 0, 1)) 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions