Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 6, 2023
1 parent b90079f commit 5bbcefa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ <h4 id="download-and-parse-quarterly-data-files-from-faers">download and parse q
<li><code>outc</code>: patient outcome information from the reports</li>
<li><code>rpsr</code>: information on the source of the reports</li>
<li><code>ther</code>: drug therapy start dates and end dates for the reported drugs</li>
<li><code>indi</code>: contains all “Medical Dictionary for Regulatory Activities” (MedDRA) terms coded for the indications for use (diagnoses) for the reported drugs Medical Dictionary for Regulatory Activities</li>
<li><code>indi</code>: contains all “Medical Dictionary for Regulatory Activities” (MedDRA) terms coded for the indications for use (diagnoses) for the reported drugs</li>
</ul>
<p>Generally, we can use <code>faers()</code> function to download and parse all quarterly data files from FAERS. Internally, the <code>faers()</code> function seamlessly utilizes <code>faers_download()</code> and <code>faers_parse()</code> to preprocess each quarterly data file from the FAERS repository. The default <code>format</code> was <code>ascii</code> and will return a <code>FAERSascii</code> object. (xml format would also be okay , but presently, the XML file receives only minimal support in the following process.)</p>
<div class="sourceCode" id="cb5"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true"></a><span class="co"># # you must change `dir`, as the file included in the package is sampled</span></span>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ are available in ASCII or SGML formats, include:
drugs
- `indi`: contains all “Medical Dictionary for Regulatory Activities”
(MedDRA) terms coded for the indications for use (diagnoses) for the
reported drugs Medical Dictionary for Regulatory Activities
reported drugs

Generally, we can use `faers()` function to download and parse all
quarterly data files from FAERS. Internally, the `faers()` function
Expand Down
1 change: 0 additions & 1 deletion vignettes/FAERS-Pharmacovigilance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ for the indicated time ranges. The quarterly data files, which are available in
- `ther`: drug therapy start dates and end dates for the reported drugs
- `indi`: contains all "Medical Dictionary for Regulatory Activities" (MedDRA)
terms coded for the indications for use (diagnoses) for the reported drugs
Medical Dictionary for Regulatory Activities

Generally, we can use `faers()` function to download and parse all quarterly
data files from FAERS. Internally, the `faers()` function seamlessly utilizes
Expand Down

0 comments on commit 5bbcefa

Please sign in to comment.