Print a table of contents for FDA define document
fda_content_table(x, ext = ".xpt", loc = ".")
a spec define object
data set file extension to include; this should only be changed from default value of ".xpt" for testing purposes
location to use for data set files; this should only be changed from default value of "." for testing purposes
proj <- file_proj_ex()
spec <- load_spec_proj(proj)
fda_content_table(spec)
#>
#> \begin{longtable}{|>{\raggedright\arraybackslash}p{2.85in}|>{\raggedright\arraybackslash}p{3.15in}|}
#> \hline
#> Description & Location\\
#> \hline
#> \hyperref[DEM104101F_PK]{Population PK analysis data set} & \href{run:./DEM104101F_PK.xpt}{DEM104101F\_PK.xpt}\\
#> \hline
#> \hyperref[DEM104101F_PKPD]{Population PKPD analysis data set} & \href{run:./DEM104101F_PKPD.xpt}{DEM104101F\_PKPD.xpt}\\
#> \hline
#> \hyperref[DEM104101F_AE]{AE analysis data set} & \href{run:./DEM0104101F_AE_2.xpt}{DEM0104101F\_AE\_2.xpt}\\
#> \hline
#> \end{longtable}