Skip to content

Commit ae75267

Browse files
committed
edit vingette conclusion
1 parent 74586a0 commit ae75267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/articles/exercises.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/exercises.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The package vignettes can be found in the "Articles" tab of [the `cdata` documen
466466

467467
## Conclusion
468468

469-
The key step in using `cdata` is to understand the record structure: what constitutes a record, what it would look like in a single row, and how the records are keyed. **This is not always easy.** However, once you understand the record structure of your data, the rest is relatively straightforward. Really all one is doing when using `cdata` is formalizing the transform "ask" into a machine readable example.
469+
The key step in using `cdata` is to understand the record structure: what constitutes a record, what it would look like in a single row, and how the records are keyed. **This is not always easy.** However, understanding your data record layout *is* worth the effort. Once you understand the record structure of your data, the rest is relatively straightforward. Really all one is doing when using `cdata` is formalizing the transform "ask" into a machine readable example.
470470

471471
To make your own solutions, we suggest trying one of the above example solutions as a template. The idea of having the data layout transform be simple data (a `list` of a couple of `data.frame`s) means one can use the full power of `R` and other `R` packages to build the data layout transform specification (one isn't limited to some interface grammar specified by the data layout transform package). The idea of using arbitrary code to build up a data layout transform was used to good end in the grid scatter-plot example [here](https://github.com/WinVector/cdata).
472472

0 commit comments

Comments
 (0)