Hi, After reading your comments, I relearnt the named dataframe and named list in R. I name the column in the dataframe combined_UA_df <- data.frame( Item = df_name, UaValue = UA_values_df ) output of the combined_UA_df
hi Sir, I tried your suggestion. However it doesn't work. I tried to do it this way. It is not displayed too. df_name <- self$options$dep combined_UA_df <-rbind(df_name, UA_values_df) combined_UA_df <- as.matrix(combined_UA_df) self$results$text$setContent(combined_UA_df)
Regarding table, when the all values in dataframe is 0, why it is not display? so I created a dummy dataframe but it is not display. # Define the number of rows and columns num_rows <- 1 num_cols <- ncol(transformed_df) # Create a DataFrame filled with 0.000 df <- data.frame(matrix(rep(0 ...
Hi Here is the proposed table https://github.com/lerlerchan/cviJmv/blob/main/sampleData/proposal1.jpg https://github.com/lerlerchan/cviJmv/blob/main/sampleData/proposal2.jpg https://github.com/lerlerchan/cviJmv/blob/main/sampleData/proposal1.jpg https://github.com/lerlerchan/cviJmv/blob/main ...