## Not run:
# # Parsing some xlsx files at "my stats folder" to gen a "moreinfo" dataframe
# INFO <- genMoreInfo(path="my stats folder/", sep="xls")
#
# # Rows 1 to 10 are about "Poverty" and rows 11 to 20 about "Education"
# # So we fill the "topic" column with it.
# INFO$topic[1:10] <- "Poverty"
# INFO$topic[11:20] <- "Education"
#
# # Finally, we build the DSPL ZIP including more info
# dspl(path="my stats folder/", sep="xls", moreinfo=INFO)
#
# ## End(Not run)
Run the code above in your browser using DataLab