Description Usage Arguments Value Author(s)
View source: R/addaccelerometer.R
This function adds accelerometer data from Anita's Belmont trial to the MongoDB database.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | addaccelerometer(
RFID,
mtag,
date,
time,
mean.MI,
min.MI,
max.MI,
sd.MI,
range.MI,
mean.MV,
min.MV,
max.MV,
sd.MV,
range.MV,
username = user,
password = pass
)
|
RFID |
a list of cattle RFID number/s |
mtag |
a list of cattle management tag number/s |
date |
a list of cattle dates |
username |
username for use with Anita's App |
password |
password for use with Anita's App |
hour |
a list of cattle hours |
roundedtime |
a list of cattle rounded times |
timestamp |
a list of cattle timestamps |
X |
the x axes |
Y |
the Y axes |
Z |
the Z axes |
status |
the status |
a message that indicates the data has been successfully added
Anita Chang a.chang@cqu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.