You can install this R package with
# install.packages("remotes")
remotes::install_github("stanford-datalab/dcl")
The package contains the following functions:
compare()
: Compare two objects.compare_attributes()
: Compare attributes of two objects.create_data_project()
: Create a project from a templateIt also contains an R Markdown template for GitHub documents (File > New File > R Markdown... > From Template > DCL GitHub Document).
For an explanation of the project structure created by create_data_project()
, see Chapter 5 and Chapter 6 from our Workflow book.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.