Description Usage Arguments Value See Also Examples
Show the differences between two STAR templates/objects.
1 2 |
x |
STAR template filename or STAR object, a list containing
|
y |
another STAR template/object to compare. |
full |
whether to also show the parts that are similar in both. |
width |
maximum column width in output. |
... |
passed to |
A list of data frames showing the differences, or NULL
if the STAR
objects are identical.
identical.stars
checks if STAR templates/objects are identical.
identical
is the underlying function used to compare each data
element.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 5 | ## Not run:
diff.stars(star1, star2)
diff.stars("STAR_1.xlsx", "STAR_2.xlsx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.