ll_get_experiment_device_links | R Documentation |
Returns experiment-device links (only for in-use devices) joined with experiment, devices and device types tables so filter conditions can be applied on any of these as well.
ll_get_experiment_device_links(
group_id = default(group_id),
filter = NULL,
select = c(exp_device_data_id, exp_id, recording, device_id, device_name,
particle_id, data_idx, active),
con = default(con),
quiet = default(quiet)
)
group_id |
experiments from which group to fetch |
experiments_devices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.