View source: R/A_butler_ELEMENTS.R
file_copy_status | R Documentation |
Checks inserted SD cards.
file_copy_status(download_date = Sys.Date(), x = cardReader(), ...)
card_copy_status(x = file_copy_status())
download_date |
default to Sys.Date() |
x |
a DT as returned by cardReader() for file_copy_status or a DT returned by file_copy_status() for card_copy_status() |
... |
pass to read.boxnumber, specifically hwidCheck |
a DT
MV
## Not run:
require(SNB2)
bid <- harwareIDs()
x = file_copy_status(boxid = bid)
card_copy_status(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.