Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created May 13, 2014 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randyzwitch/7c9b32d245edf1011f0e to your computer and use it in GitHub Desktop.
Save randyzwitch/7c9b32d245edf1011f0e to your computer and use it in GitHub Desktop.
R JSON sprintf example
elements_list = sprintf('{"id":"%s",
"top": "%s",
"startingWith":"%s",
"search":{"type":"%s", "keywords":[%s]}
}', element, top, startingWith, searchType, searchKW2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment