R/zzz.R

Defines functions .onAttach

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

Try the factset.protobuf.stach.v2 package in your browser

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

factset.protobuf.stach.v2 documentation built on Oct. 17, 2022, 1:06 a.m.