Exports Xpose variable definitions to a file from an Xpose data object.
的出口XPOSE变量定义到一个文件中从一个XPOSE的数据对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function exports variable definitions for a specified Xpose data object to a file.
此功能输出变量定义为一个指定的XPOSE数据对象到一个文件。
用法----------Usage----------
export.variable.definitions(object)
参数----------Arguments----------
参数:object
An xpose.data object.
xpose.data对象。
Details
详细信息----------Details----------
This function exports variable defintions (contents of object@Prefs@Xvardef) for a given xpose.data object to a file, typically 'xpose.vardefs.ini'. Note that file format is not the same as used for graphics settings. It is a wrapper for the R function dput.
此功能输出变量的定义成为(内容对象首选项@ Xvardef),一个给定的xpose.data对象到一个文件中,典型的“xpose.vardefs.ini”。请注意,文件格式是不一样的,如用于图形设置。这是一个R函数dput的包装。
## Not run: [#不运行:]
## xpdb5 is an Xpose data object[#xpdb5是一个XPOSE的数据对象]
## We expect to find the required NONMEM run and table files for run[#我们希望找到所需的NONMEM运行和表文件运行的]
## 5 in the current working directory[排名第5的当前工作目录]
xpdb5 <- xpose.data(5)