identify_psd | R Documentation |
This function is useful as a utility function in this and other packages to determine the type of file that is read in and determine certain types of munging handling.
identify_psd(df)
df |
PSD dataframe |
character, PSD data stream and the level
## Not run:
#read in file for use
path <- "~/Data/ICPI_MER_Structured_Dataset_PSNU_20180323_v2_1.txt"
df <- read_psd(path)
#identify data stream
identify_psd(df_psnu)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.