odir | R Documentation |
filtra del dir por extension o texto
odir(ext = NULL, find = NULL)
ext |
Extension con punto o sin punto, mayuscula o minuscula |
find |
Texto a buscar archvio, da igual minusc o mayusc |
data.table con la columna filtrada
# odir(ext = 'xlsx') # odir(find = 'oli') # odir(ext = 'xlsx', find = 'oli')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.