# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "prism2R" in publications use:' type: software license: MIT title: 'prism2R: Read Prism Tables Into R' version: 0.1.0 abstract: This package provides functions to read and parse GraphPad Prism files (.pzfx or .prism) into R data frames, enabling users to analyse and manipulate their data within the R environment. It currently consists of two functions - `get_table_names` and `read_prism`, both of which take the file path to a prism file as input and output either the table names or the table contents themselves. authors: - family-names: Kosmac given-names: Miha email: biomiha@gmail.com repository: https://r-multiverse.r-universe.dev commit: a70fcff2cc3b3af8ed0e09c086c25f553269ab3b date-released: '2025-02-25' contact: - family-names: Kosmac given-names: Miha email: biomiha@gmail.com