You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Unable to Split Dataframes and Compare Summary Reports
Description
I am trying to split two data frames and compare them in a summary report. However, the splitting process is working but there's no chance to combine these two data frames in two tables.
Expected Behavior
I expect the data frames to be successfully split into the desired segments, allowing me to compare them accurately in the summary report.
Current Behavior
Currently, when attempting to split and rebound the data frames with "combined_df <- cbind(dfHalle, dfLeipzig)"
Additional Information
Operating System: AppHub
Programming Language: R
Used Libraries or Frameworks:
library(shiny)
library(shinyWidgets)
library(jsonlite)
library(yaml)
library(tibble)
library(dplyr)
library(jsonlite)
library(gridExtra)
library(grid)
The text was updated successfully, but these errors were encountered:
Issue: Unable to Split Dataframes and Compare Summary Reports
Description
I am trying to split two data frames and compare them in a summary report. However, the splitting process is working but there's no chance to combine these two data frames in two tables.
Expected Behavior
I expect the data frames to be successfully split into the desired segments, allowing me to compare them accurately in the summary report.
Current Behavior
Currently, when attempting to split and rebound the data frames with "combined_df <- cbind(dfHalle, dfLeipzig)"
Additional Information
library(shiny)
library(shinyWidgets)
library(jsonlite)
library(yaml)
library(tibble)
library(dplyr)
library(jsonlite)
library(gridExtra)
library(grid)
The text was updated successfully, but these errors were encountered: