Skip to content
Snippets Groups Projects
Commit cb06947d authored by maufrais's avatar maufrais
Browse files

fun_comp_list() example file

parent cf072112
No related branches found
No related tags found
No related merge requests found
######## fun_comp_list() #### comparison of two lists
### Datasets
list1 <- list(a = 1:5, b = LETTERS[1:2], d = matrix(1:6)) # list of integer, string, matrix
### Datasets info
list1 #list of integer, string, matrix
### Simple example
fun_comp_list(data1 = list1, data2 = list1) # comparison of two lists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment