Open GegznaV opened 3 years ago
Is there a tool or function that automatically fills this template in with the values set off by, for example, ${3:file format}
?
Do you mean code snippets in the RStudio IDE? When you insert a code snippet by typing the snippet keyword and pressing Shift+Tab (not sure what's the correct hotkey combination on Mac), the fields that have the same number, e.g. 3, can be filled with the same text at the same time. You can navigate between the fields by pressing Tab (move to the next field) and Shift+Tab (move to the previous field).
Thanks, I'll look at the documentation.
I suggest this basic template for unit tests of
read_*()
functions. In each situation, function/file-format-specific unit tests should be added. Written as RStudio snippet:This is how this template would look like for
read_asc_Andor()
function:What is your opinion, @sangttruong, @bryanhanson, @cbeleites? Is this template OK for you?