Last active
September 26, 2017 04:15
-
-
Save mborawi/86e7a797dce5f0cc6a8ea35953ec1a04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = list('A'=NULL, 'B'=NULL, 'C'=NULL, 'D'=NULL) | |
| y = list('B'=100, 'D'=20) | |
| z = vector('list',length(x)) | |
| need z to look like this | |
| z=(null,list(list(search='100')),null, list(list(search='20'))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment