Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206503

Error: argument is not interpretable as logical

$
0
0

I am trying to render a Data table with the following code:

output$gt_mapping_table <- renderDataTable(rv$mapping, selection = 'none', rownames = FALSE,
                                               options = list(searching = FALSE,
                                                              paging = FALSE,
                                                              lengthChange = FALSE,
                                                              ordering = FALSE,
                                                              info = FALSE,
                                                              stateSave = TRUE
                                               ),
                                               editable = list(target = "cell", disable = list(columns = c(0))),
                                               server = T
    )

but the editable code above only works in Windows. When I try to execute the same package on Linux, I get:

Error: argument is not interpretable as logical.

I have R Version 3.5.2 on both Windows and Linux.


Viewing all articles
Browse latest Browse all 206503

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>