R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  proto_path = system.file("proto", package = "factset.protobuf.stach")
  readProtoFiles2(protoPath = proto_path,pattern = "\\.proto$", recursive = TRUE )
}

Try the factset.protobuf.stach package in your browser

Any scripts or data that you put into this service are public.

factset.protobuf.stach documentation built on March 26, 2020, 7:44 p.m.