Nothing
# ---- query_bids -------------------------------------------------------
#' @title Query 'BIDS'
#' @author Zhengjia Wang
#' @description
#' Query 'BIDS' project and analyze the files
#' @param x 'BIDS' objects such as subject
#' @param search_params searching parameters, leave it blank to see help
#' documentations
#' @param ... passed to down-stream methods
#' @returns A data table of query results
#'
#' @export
query_bids <- S7::new_generic("query_bids", c("x"), function(x, search_params, ...) {
S7::S7_dispatch()
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.