#' Baidu Yun Cache File
#'
#' @export
#'
#' @examples
#' BaiduYun.CF()
BaiduYun.CF <- function(){
x=do::Replace(tempdir(),'\\\\','/')
dir = do::Replace(x,'AppData.*','AppData/Roaming/baidu/BaiduNetdisk/users/')
files = list.files(dir,recursive = T,full.names = T,
pattern = 'BaiduYunCacheFileV0.db')
files[do::right(files,3) == '.db']
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.